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.)
This commit is contained in:
taca 2001-07-31 13:42:42 +00:00
parent 763fc2e2e6
commit d5f2018045
2 changed files with 20 additions and 1 deletions

View file

@ -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 SHA1 (qpopper4.0.3.tar.gz) = 67b343a57e10250c98eb87660e6d563be6c018cc
Size (qpopper4.0.3.tar.gz) = 2326127 bytes Size (qpopper4.0.3.tar.gz) = 2326127 bytes
SHA1 (qpopper4.0.3-ipv6-20010504.diff.gz) = cc74bffbd769a6589ee945916a33b17ea4d7873f SHA1 (qpopper4.0.3-ipv6-20010504.diff.gz) = cc74bffbd769a6589ee945916a33b17ea4d7873f
Size (qpopper4.0.3-ipv6-20010504.diff.gz) = 21263 bytes Size (qpopper4.0.3-ipv6-20010504.diff.gz) = 21263 bytes
SHA1 (patch-aa) = c7fb2700765f3f0c7935124e58d3b3495654eeac
SHA1 (patch-ab) = 67d661adce74d0662cab5b644d2e57bfd1d5e3c7 SHA1 (patch-ab) = 67d661adce74d0662cab5b644d2e57bfd1d5e3c7
SHA1 (patch-ae) = 1e06159f56c78e63a7960d4d9ca80535752099b2 SHA1 (patch-ae) = 1e06159f56c78e63a7960d4d9ca80535752099b2
SHA1 (patch-ag) = 4b187ab978ead4b751290fe483f6d6a6bf959089 SHA1 (patch-ag) = 4b187ab978ead4b751290fe483f6d6a6bf959089

View file

@ -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