diff options
author | taca <taca> | 2001-07-31 13:42:42 +0000 |
---|---|---|
committer | taca <taca> | 2001-07-31 13:42:42 +0000 |
commit | fa5a6789e795e2032ac791448c3f227601abd16a (patch) | |
tree | 72406b7630055752eddfff80363d5b49fdac7706 | |
parent | f6e5c6c5ca9de986a5076c838e9416fcef227c08 (diff) | |
download | pkgsrc-fa5a6789e795e2032ac791448c3f227601abd16a.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.)
-rw-r--r-- | mail/qpopper/distinfo | 3 | ||||
-rw-r--r-- | mail/qpopper/patches/patch-aa | 18 |
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 |