blob: 6eb2ffe668e386aa93bef01ae2db96c781b93b67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ab,v 1.1 2000/06/20 13:39:37 dmcmahill Exp $
--- utilities/scwmrepl/Makefile.in.orig Tue Jun 20 07:45:30 2000
+++ utilities/scwmrepl/Makefile.in Tue Jun 20 07:46:17 2000
@@ -117,5 +117,5 @@
-DEFS = @DEFS@ -I. -I$(srcdir) -I../../include
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../include -I${LOCALBASE}/include
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
|