diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-07 06:04:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-07 06:04:33 +0000 |
commit | fd0b7c92dc74ed182ef0dac34ba71e846603fda2 (patch) | |
tree | 5e0f6ba980fbb7e5d5b754d1038b763e66d6ed2e /net-misc/lsh | |
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')
-rw-r--r-- | net-misc/lsh/files/1.4.3-configure.patch | 22 | ||||
-rw-r--r-- | net-misc/lsh/lsh-1.4.3-r1.ebuild | 3 |
2 files changed, 16 insertions, 9 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 diff --git a/net-misc/lsh/lsh-1.4.3-r1.ebuild b/net-misc/lsh/lsh-1.4.3-r1.ebuild index 06bfa4dbe6c7..d0f2f8f1fad6 100644 --- a/net-misc/lsh/lsh-1.4.3-r1.ebuild +++ b/net-misc/lsh/lsh-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/lsh/lsh-1.4.3-r1.ebuild,v 1.1 2004/11/23 02:47:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/lsh/lsh-1.4.3-r1.ebuild,v 1.2 2005/01/07 06:04:33 vapier Exp $ inherit eutils @@ -29,7 +29,6 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${PV}-gcc34.patch epatch ${FILESDIR}/${PV}-configure.patch - autoconf || die } src_compile() { |