blob: a356182000ea38cf4b448c572667601caee48db0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ab,v 1.2 2002/03/06 15:35:06 jlam Exp $
--- configure.orig Mon Nov 5 00:04:50 2001
+++ configure
@@ -1720,15 +1720,6 @@
CPPFLAGS="$CPPFLAGS -traditional-cpp"
fi
-#
-# Check for /usr/pkg/{lib,include} which is where NetBSD puts binary
-# and source packages. This should be harmless on other OSs.
-#
-if test -d /usr/pkg/include -a -d /usr/pkg/lib ; then
- CFLAGS="$CFLAGS -I/usr/pkg/include"
- LDFLAGS="$LDFLAGS -L/usr/pkg/lib"
-fi
-
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|