summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authortaca <taca>2001-07-31 13:42:42 +0000
committertaca <taca>2001-07-31 13:42:42 +0000
commit78e12b5b1894d4cceb43daca73e2df8fd68eef04 (patch)
tree72406b7630055752eddfff80363d5b49fdac7706 /mail/qpopper
parentd0e34a13cd04e41644198feaf0cfaf98238bde20 (diff)
downloadpkgsrc-78e12b5b1894d4cceb43daca73e2df8fd68eef04.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')
-rw-r--r--mail/qpopper/distinfo3
-rw-r--r--mail/qpopper/patches/patch-aa18
2 files changed, 20 insertions, 1 deletions
diff --git a/mail/qpopper/distinfo b/mail/qpopper/distinfo
index cf01c2a95c9..1edf2d3038b 100644
--- a/mail/qpopper/distinfo
+++ b/mail/qpopper/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.3 2001/06/10 15:08:40 taca Exp $
+$NetBSD: distinfo,v 1.4 2001/07/31 13:42:42 taca Exp $
SHA1 (qpopper4.0.3.tar.gz) = 67b343a57e10250c98eb87660e6d563be6c018cc
Size (qpopper4.0.3.tar.gz) = 2326127 bytes
SHA1 (qpopper4.0.3-ipv6-20010504.diff.gz) = cc74bffbd769a6589ee945916a33b17ea4d7873f
Size (qpopper4.0.3-ipv6-20010504.diff.gz) = 21263 bytes
+SHA1 (patch-aa) = c7fb2700765f3f0c7935124e58d3b3495654eeac
SHA1 (patch-ab) = 67d661adce74d0662cab5b644d2e57bfd1d5e3c7
SHA1 (patch-ae) = 1e06159f56c78e63a7960d4d9ca80535752099b2
SHA1 (patch-ag) = 4b187ab978ead4b751290fe483f6d6a6bf959089
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