From 8a96dfb37caad97aa50912fe5ac1b0215ee21ac2 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Thu, 28 Feb 2008 19:10:43 +0000 Subject: New snapshot Package-Manager: portage-2.1.4.4 --- net-p2p/amule/files/2.2.0-geoip-asneeded.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 net-p2p/amule/files/2.2.0-geoip-asneeded.patch (limited to 'net-p2p/amule/files') 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, -- cgit v1.2.3-65-gdbad