Add ${includedir} aka $(PREFIX)/include to make it work with xpkgwedge.
This commit is contained in:
parent
3a1f2b6aa2
commit
5adffe4185
2 changed files with 11 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2001/05/14 17:00:32 rh Exp $
|
||||
$NetBSD: distinfo,v 1.2 2001/06/18 20:45:35 veego Exp $
|
||||
|
||||
SHA1 (gle-3.0.3.tar.gz) = bd469b571bc4128fe9eac75703d7f96b31a506ac
|
||||
Size (gle-3.0.3.tar.gz) = 702445 bytes
|
||||
SHA1 (patch-aa) = 99bfae24c1d4c9ce6187cdf0a9c4f56b4511ea83
|
||||
SHA1 (patch-aa) = f78f264c1b0a638f7c511fe66c7f0c23cc1fbb62
|
||||
SHA1 (patch-ab) = b583b4ffcc389548f07f83b7e88d6c665aaca3ef
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 17:00:32 rh Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2001/06/18 20:45:36 veego Exp $
|
||||
|
||||
--- examples/Makefile.in.orig Wed Apr 25 21:57:44 2001
|
||||
+++ examples/Makefile.in
|
||||
@@ -100,7 +100,7 @@
|
||||
INCLUDES = @X_CFLAGS@ -I${top_srcdir} -I${top_srcdir}/src
|
||||
--- examples/Makefile.in Wed Apr 25 21:57:44 2001
|
||||
+++ examples/Makefile.in Mon Jun 18 22:38:37 2001
|
||||
@@ -97,10 +97,10 @@
|
||||
noinst_HEADERS = main.h texture.h
|
||||
|
||||
|
||||
-INCLUDES = @X_CFLAGS@ -I${top_srcdir} -I${top_srcdir}/src
|
||||
+INCLUDES = @X_CFLAGS@ -I${includedir} -I${top_srcdir} -I${top_srcdir}/src
|
||||
|
||||
|
||||
-LDADD = @X_LIBS@ -L../src/.libs
|
||||
|
|
Loading…
Reference in a new issue