diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-18 19:57:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-18 19:57:26 +0000 |
commit | 3dcfed1775aedc9e0027528003145d2fef517618 (patch) | |
tree | aae5dbd19456d8db2f8181a9967120f4acc68604 /net-p2p/amule/files | |
parent | Bump to 1.3, Fix deps. Bug 209423 (diff) | |
download | gentoo-2-3dcfed1775aedc9e0027528003145d2fef517618.tar.gz gentoo-2-3dcfed1775aedc9e0027528003145d2fef517618.tar.bz2 gentoo-2-3dcfed1775aedc9e0027528003145d2fef517618.zip |
New snapshot, and fix as-needed failure, bug #209475
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/amule/files')
-rw-r--r-- | net-p2p/amule/files/2.2.0-geoip-asneeded.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/amule/files/2.2.0-geoip-asneeded.patch b/net-p2p/amule/files/2.2.0-geoip-asneeded.patch new file mode 100644 index 000000000000..111676244459 --- /dev/null +++ b/net-p2p/amule/files/2.2.0-geoip-asneeded.patch @@ -0,0 +1,12 @@ +diff -Naur amule-cvs.orig/configure.in amule-cvs/configure.in +--- amule-cvs.orig/configure.in 2008-02-17 01:22:03.000000000 +0100 ++++ amule-cvs/configure.in 2008-02-17 01:22:56.000000000 +0100 +@@ -364,7 +364,7 @@ + if test x"$ENABLE_IP2COUNTRY" = x"yes" ; then + GEOIP_LIB="-lGeoIP" + CXXFLAGS="$CXXFLAGS $GEOIP_INCLUDE" +- LDFLAGS="$LDFLAGS $GEOIP_LIB" ++ LIBS="$LIBS $GEOIP_LIB" + AC_CHECK_HEADER(GeoIP.h,, + [AC_MSG_ERROR([--enable-geoip passed to configure, but the GeoIP header files were not found])]) + AC_CHECK_LIB(GeoIP, GeoIP_open, |