summaryrefslogtreecommitdiff
path: root/net/ORBit/patches
diff options
context:
space:
mode:
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