diff options
author | 2005-01-07 06:04:33 +0000 | |
---|---|---|
committer | 2005-01-07 06:04:33 +0000 | |
commit | fd0b7c92dc74ed182ef0dac34ba71e846603fda2 (patch) | |
tree | 5e0f6ba980fbb7e5d5b754d1038b763e66d6ed2e /net-misc/lsh/files | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-fd0b7c92dc74ed182ef0dac34ba71e846603fda2.tar.gz gentoo-2-fd0b7c92dc74ed182ef0dac34ba71e846603fda2.tar.bz2 gentoo-2-fd0b7c92dc74ed182ef0dac34ba71e846603fda2.zip |
update configure patch to not require autoconf
Diffstat (limited to 'net-misc/lsh/files')
-rw-r--r-- | net-misc/lsh/files/1.4.3-configure.patch | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/net-misc/lsh/files/1.4.3-configure.patch b/net-misc/lsh/files/1.4.3-configure.patch index e8190931fde3..a6dca184ded2 100644 --- a/net-misc/lsh/files/1.4.3-configure.patch +++ b/net-misc/lsh/files/1.4.3-configure.patch @@ -1,12 +1,20 @@ ---- lsh-1.4.3/configure.ac.orig 2004-11-21 19:47:44.363105536 -0500 -+++ lsh-1.4.3/configure.ac 2004-11-21 19:48:20.205656640 -0500 -@@ -406,7 +406,9 @@ - AC_PATH_X - +--- configure.ac 2005-01-07 00:40:00.529229232 -0500 ++++ configure.ac 2005-01-07 00:40:42.373867880 -0500 +@@ -9882,3 +9882,7 @@ if test -z "$no_x" ; then + if test x"$x_includes" != x ; then CPPFLAGS="$CPPFLAGS -I$x_includes" + fi ++ if test x"$x_libraries" != x ; then LDFLAGS="$LDFLAGS -L$x_libraries" - LSH_RPATH_ADD($x_libraries) - fi ++ fi +--- configure 2005-01-07 00:40:00.529229232 -0500 ++++ configure 2005-01-07 00:40:42.373867880 -0500 +@@ -9882,3 +9882,7 @@ + if test -z "$no_x" ; then ++ if test x"$x_includes" != x ; then + CPPFLAGS="$CPPFLAGS -I$x_includes" ++ fi ++ if test x"$x_libraries" != x ; then + LDFLAGS="$LDFLAGS -L$x_libraries" ++ fi |