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 | 6b42496068ab8deafa77239e7ad1d2184be6e69f (patch) | |
tree | 41e71968d8938a66b088c73d2688b46e5ea33cfc /net-misc/lsh | |
parent | old (diff) | |
download | historical-6b42496068ab8deafa77239e7ad1d2184be6e69f.tar.gz historical-6b42496068ab8deafa77239e7ad1d2184be6e69f.tar.bz2 historical-6b42496068ab8deafa77239e7ad1d2184be6e69f.zip |
update configure patch to not require autoconf
Diffstat (limited to 'net-misc/lsh')
-rw-r--r-- | net-misc/lsh/Manifest | 10 | ||||
-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 |
3 files changed, 21 insertions, 14 deletions
diff --git a/net-misc/lsh/Manifest b/net-misc/lsh/Manifest index 15ed0067b8af..e26cdda05fe7 100644 --- a/net-misc/lsh/Manifest +++ b/net-misc/lsh/Manifest @@ -2,16 +2,16 @@ Hash: SHA1 MD5 cbb7fda0951ecafb177dc48b3345fa39 ChangeLog 1447 -MD5 291288ea901e1af85e18e5468fb89763 lsh-1.4.3-r1.ebuild 1521 +MD5 43eb7bfa547fb49084632dcac166051b lsh-1.4.3-r1.ebuild 1504 MD5 48f92b7cf2f5538a6e68145828e8f8ad files/lsh.confd 367 MD5 12d8d84a70281a27cccb14cc8e2c83e2 files/digest-lsh-1.4.3-r1 62 MD5 e2a988c83f0406d964502a58a4f58cd3 files/1.4.3-gcc34.patch 2002 -MD5 5e752fc7adf408a2f4a3fb4601132787 files/1.4.3-configure.patch 355 +MD5 91dd5c1841fefcad0a619dbead9a79de files/1.4.3-configure.patch 656 MD5 3e325f3a64bf91a900f317fd2e49a4c2 files/lsh.rc 814 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBoqT3HTu7gpaalycRAodrAKDuuTowB7HlyRF50mqije3A4/eKVwCfYZNM -ZF9lyF958eRD3X95fG6WeQo= -=GbwV +iD8DBQFB3iaBroRuSHgZdywRAmR/AJ9bdTIPcFR8Q2YXzIQp9wP0jU5UbgCgkuyO +8bYTUKyeFPMWZbycfeKvMF4= +=gFZ5 -----END PGP SIGNATURE----- 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() { |