diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-28 19:10:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-28 19:10:43 +0000 |
commit | 8a96dfb37caad97aa50912fe5ac1b0215ee21ac2 (patch) | |
tree | 82412489c4be8561196f6b845828b76f975d2fc9 /net-p2p/amule/files | |
parent | * double bump (diff) | |
download | historical-8a96dfb37caad97aa50912fe5ac1b0215ee21ac2.tar.gz historical-8a96dfb37caad97aa50912fe5ac1b0215ee21ac2.tar.bz2 historical-8a96dfb37caad97aa50912fe5ac1b0215ee21ac2.zip |
New snapshot
Package-Manager: portage-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, 0 insertions, 12 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 deleted file mode 100644 index 111676244459..000000000000 --- a/net-p2p/amule/files/2.2.0-geoip-asneeded.patch +++ /dev/null @@ -1,12 +0,0 @@ -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, |