summaryrefslogtreecommitdiff
path: root/net/ORBit/patches
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-13 08:08:33 +0000
committerskrll <skrll@pkgsrc.org>2001-03-13 08:08:33 +0000
commitcfe2d3edae2c36f690f92e24da2ba92a33cab0d0 (patch)
tree08ee896a100f121c5202b800e2b25c92a7800e6d /net/ORBit/patches
parent30333e85efc0413687004760a685c308b755dd9d (diff)
downloadpkgsrc-cfe2d3edae2c36f690f92e24da2ba92a33cab0d0.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