summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-01-11 10:57:35 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-01-11 10:57:35 +0000
commitaf172dfac4c8a241592408e380a7dbb8dbf94e82 (patch)
tree591e6da5f3828adc3b323599cd377f6488c1a77c /app-emacs/tramp/files
parentStable on ppc64; bug #158810 (diff)
downloadgentoo-2-af172dfac4c8a241592408e380a7dbb8dbf94e82.tar.gz
gentoo-2-af172dfac4c8a241592408e380a7dbb8dbf94e82.tar.bz2
gentoo-2-af172dfac4c8a241592408e380a7dbb8dbf94e82.zip
corrected patch: not configure.ac, but configure needed the change
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emacs/tramp/files')
-rw-r--r--app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch b/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch
index d77ec3adfd6a..a64703188cf5 100644
--- a/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch
+++ b/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch
@@ -1,11 +1,11 @@
---- tramp/configure.ac 2007-01-08 12:59:46.000000000 -0500
-+++ tramp/configure.ac 2007-01-08 13:33:08.000000000 -0500
-@@ -97,7 +97,7 @@
- AC_MSG_WARN([texi2dvi not found])
+--- ../configure 2007-01-11 11:48:47.000000000 +0100
++++ configure 2007-01-11 11:52:03.000000000 +0100
+@@ -2733,7 +2733,7 @@
else
- AC_MSG_CHECKING([for reasonable texi2dvi version])
+ { echo "$as_me:$LINENO: checking for reasonable texi2dvi version" >&5
+ echo $ECHO_N "checking for reasonable texi2dvi version... $ECHO_C" >&6; }
- ${TEXI2DVI} -b -q -c -o /dev/null texi/test.texi 2>/dev/null >/dev/null
+ ${TEXI2DVI} -b -q -c texi/test.texi 2>/dev/null >/dev/null
if test $? -eq 0; then
- AC_MSG_RESULT([ok])
- else
+ { echo "$as_me:$LINENO: result: ok" >&5
+ echo "${ECHO_T}ok" >&6; }