diff options
-rw-r--r-- | net/GeoIP/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | net/GeoIP/pkg-plist | 2 |
2 files changed, 2 insertions, 15 deletions
diff --git a/net/GeoIP/files/patch-ltmain.sh b/net/GeoIP/files/patch-ltmain.sh deleted file mode 100644 index ed86eb157e27..000000000000 --- a/net/GeoIP/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Mon Feb 16 14:36:27 2004 -+++ ltmain.sh Mon Feb 16 14:36:37 2004 -@@ -4175,10 +4175,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/net/GeoIP/pkg-plist b/net/GeoIP/pkg-plist index 5731f17062a9..0f8b9470b359 100644 --- a/net/GeoIP/pkg-plist +++ b/net/GeoIP/pkg-plist @@ -6,9 +6,11 @@ include/GeoIP.h include/GeoIPCity.h include/GeoIPUpdate.h lib/libGeoIP.a +lib/libGeoIP.la lib/libGeoIP.so lib/libGeoIP.so.4 lib/libGeoIPUpdate.a +lib/libGeoIPUpdate.la lib/libGeoIPUpdate.so lib/libGeoIPUpdate.so.0 %%DATADIR%%/GeoIP.dat |