blob: 5ce9b63406e7e601882e1aadb4556540009a2b4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 1998/11/25 23:58:25 tron Exp $
--- Makeconf.in.orig Sun Oct 18 16:04:22 1998
+++ Makeconf.in Sun Oct 18 16:07:37 1998
@@ -63,7 +63,7 @@
# cc and associated flags.
DLFCN_INCFLAGS = @DLFCN_INCFLAGS@
-GLOB_INCFLAGS = @GLOB_INCFLAGS@
+GLOB_INCFLAGS = @GLOB_INCFLAGS@ -I ${PREFIX}/include
# Clean up INCFLAGS a bit if we are not compiling in a separate
# directory.
|