summaryrefslogtreecommitdiff
path: root/net/ORBit/patches
diff options
context:
space:
mode:
authorskrll <skrll>2001-03-13 08:08:33 +0000
committerskrll <skrll>2001-03-13 08:08:33 +0000
commit6f608779b7e1fe49dd63c1ce3774bbfb3a3a4d3b (patch)
tree08ee896a100f121c5202b800e2b25c92a7800e6d /net/ORBit/patches
parent917c121534d94d2f50c1eed6f39efdc84f4e73ea (diff)
downloadpkgsrc-6f608779b7e1fe49dd63c1ce3774bbfb3a3a4d3b.tar.gz
Make sure the shared version of libwrap is picked up in the configure
script on a.out platforms. This avoids using a horrible hack that the new libtool doesn't like.
Diffstat (limited to 'net/ORBit/patches')
-rw-r--r--net/ORBit/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/ORBit/patches/patch-ac b/net/ORBit/patches/patch-ac
new file mode 100644
index 00000000000..fa1653b58e4
--- /dev/null
+++ b/net/ORBit/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.7 2001/03/13 08:08:33 skrll Exp $
+
+--- configure.orig Mon Mar 12 23:59:21 2001
++++ configure
+@@ -3454,6 +3454,10 @@
+ LIB_WRAP=-lwrap
+ echo "Found $THEFILE/libwrap.so" 1>&5
+ break
++ elif test -f $THEFILE/libwrap.so.*.*; then
++ LIB_WRAP=-lwrap
++ echo "Found $THEFILE/libwrap.so" 1>&5
++ break
+ else
+ echo "From $I, checking in dir $THEFILE for libwrap.a" 1>&5
+ if test -f $THEFILE/libwrap.a; then