summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-ac
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-14 06:35:11 +0000
committerjlam <jlam@pkgsrc.org>2001-07-14 06:35:11 +0000
commit56c0ff6d58d27ba5b69da720b9ab13570c36d7c7 (patch)
tree9505f9473572cad488ba9007a1008f355e2b97de /misc/rpm/patches/patch-ac
parent4cb33d6d212abefaf2ad3009071894ce83a938ad (diff)
downloadpkgsrc-56c0ff6d58d27ba5b69da720b9ab13570c36d7c7.tar.gz
Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Add necessary dependency on zlib.
Diffstat (limited to 'misc/rpm/patches/patch-ac')
-rw-r--r--misc/rpm/patches/patch-ac31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/rpm/patches/patch-ac b/misc/rpm/patches/patch-ac
new file mode 100644
index 00000000000..16cdb44e92b
--- /dev/null
+++ b/misc/rpm/patches/patch-ac
@@ -0,0 +1,31 @@
+$NetBSD: patch-ac,v 1.8 2001/07/14 06:35:12 jlam Exp $
+
+--- configure.orig Mon Sep 28 16:50:23 1998
++++ configure Sat Jul 14 02:12:00 2001
+@@ -1565,7 +1565,6 @@
+ echo $ac_n "checking for $dir/lib in LIBS""... $ac_c" 1>&6
+ echo "configure:1567: checking for $dir/lib in LIBS" >&5
+ if test -d $dir/lib ; then
+- addlib $dir/lib
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+@@ -1574,7 +1573,6 @@
+ echo $ac_n "checking for $dir/include in INCPATH""... $ac_c" 1>&6
+ echo "configure:1576: checking for $dir/include in INCPATH" >&5
+ if test -d $dir/include ; then
+- INCPATH="$INCPATH -I$dir/include"
+ echo "$ac_t""yes" 1>&6
+ else
+ echo "$ac_t""no" 1>&6
+@@ -1585,10 +1583,8 @@
+ echo "configure:1586: checking for /usr/ucblib in LIBS" >&5
+ if test -d /usr/ucblib ; then
+ if test "$build" = "mips-sni-sysv4" ; then
+- addlib /usr/ccs/lib -lc
+ fi
+
+- addlib /usr/ucblib
+
+ echo "$ac_t""yes" 1>&6
+ else