summaryrefslogtreecommitdiff
path: root/mail/qpopper/patches
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2001-07-31 13:42:42 +0000
committertaca <taca@pkgsrc.org>2001-07-31 13:42:42 +0000
commitd5f2018045077e6eeb2212af704e6ecbfcba0f09 (patch)
tree72406b7630055752eddfff80363d5b49fdac7706 /mail/qpopper/patches
parent763fc2e2e619c7e864d6acdb73b5018ad376a924 (diff)
downloadpkgsrc-d5f2018045077e6eeb2212af704e6ecbfcba0f09.tar.gz
Remove checking of /usr/local/include/gdbm.h from configure script and
It would never adds /usr/local/include to include path. Address to pkg/13558. This change dosen't solve pkg/13558, but it solve the problem when /usr/local/include/gdbm.h exists (by installing gdbm without pkgsrc or with pkgsrc setting PREFIX=/usr/local.)
Diffstat (limited to 'mail/qpopper/patches')
-rw-r--r--mail/qpopper/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/qpopper/patches/patch-aa b/mail/qpopper/patches/patch-aa
new file mode 100644
index 00000000000..16f628cb6d6
--- /dev/null
+++ b/mail/qpopper/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.7 2001/07/31 13:42:42 taca Exp $
+
+--- configure.orig Tue Jul 31 22:28:30 2001
++++ configure
+@@ -1315,13 +1315,6 @@
+
+
+
+-if test -r /usr/local/include/gdbm.h -a "$GCC" = yes
+-then
+- CFLAGS="$CFLAGS -idirafter /usr/local/include"
+- CPPFLAGS="$CPPFLAGS -idirafter /usr/local/include"
+-fi
+-
+-
+ if test "$GCC" = yes
+ then
+ echo $ac_n "checking for gcc version 2.7.2.3""... $ac_c" 1>&6