summaryrefslogtreecommitdiff
path: root/graphics/gle/patches
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2001-06-18 20:45:35 +0000
committerveego <veego@pkgsrc.org>2001-06-18 20:45:35 +0000
commit5adffe4185151c2cc474c10e7e858059ff8a2e75 (patch)
treebcd5ff1a3e76b079dfe7ebaa268c6b3ac56c66ca /graphics/gle/patches
parent3a1f2b6aa220fbbf2d19a3092a155096cef39a0c (diff)
downloadpkgsrc-5adffe4185151c2cc474c10e7e858059ff8a2e75.tar.gz
Add ${includedir} aka $(PREFIX)/include to make it work with xpkgwedge.
Diffstat (limited to 'graphics/gle/patches')
-rw-r--r--graphics/gle/patches/patch-aa14
1 files changed, 9 insertions, 5 deletions
diff --git a/graphics/gle/patches/patch-aa b/graphics/gle/patches/patch-aa
index 2f92b027853..41c36a9ca49 100644
--- a/graphics/gle/patches/patch-aa
+++ b/graphics/gle/patches/patch-aa
@@ -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