summaryrefslogtreecommitdiff
path: root/net/ORBit/patches/patch-ac
diff options
context:
space:
mode:
authoritohy <itohy>2002-04-04 08:08:24 +0000
committeritohy <itohy>2002-04-04 08:08:24 +0000
commit5a109e1d9a5fd3a748e189c43999aa3875fcf877 (patch)
treee04011d90f499c5d14263ab391a3b78b47b67a32 /net/ORBit/patches/patch-ac
parentcf1d0afabb8024582cee86dfde524c4d9b4caeef (diff)
downloadpkgsrc-5a109e1d9a5fd3a748e189c43999aa3875fcf877.tar.gz
- Correctly detect a.out shared library (developers should test on a.out env ;)
- Create fake libtool object (*.lo) if no shared libwrap exists.
Diffstat (limited to 'net/ORBit/patches/patch-ac')
-rw-r--r--net/ORBit/patches/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ORBit/patches/patch-ac b/net/ORBit/patches/patch-ac
index d29a89f10d1..3f1fbc4c277 100644
--- a/net/ORBit/patches/patch-ac
+++ b/net/ORBit/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.8 2001/06/16 20:01:23 jlam Exp $
+$NetBSD: patch-ac,v 1.9 2002/04/04 08:08:26 itohy Exp $
---- configure.orig Sun May 13 03:12:36 2001
-+++ configure Sat Jun 16 00:30:29 2001
+--- configure.orig Mon Jan 7 18:09:58 2002
++++ configure Thu Apr 4 12:39:01 2002
@@ -2151,9 +2151,9 @@
rm -f conf.glibtest
@@ -21,7 +21,7 @@ $NetBSD: patch-ac,v 1.8 2001/06/16 20:01:23 jlam Exp $
+ LIB_WRAP=-lwrap
+ echo "Found $THEFILE/libwrap.so" 1>&5
+ break
-+ elif test -f $THEFILE/libwrap.so.*.*; then
++ elif test -f `set $THEFILE/libwrap.so.*.*; echo $1`; then
LIB_WRAP=-lwrap
echo "Found $THEFILE/libwrap.so" 1>&5
break