summaryrefslogtreecommitdiff
path: root/graphics/gle
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
parent3a1f2b6aa220fbbf2d19a3092a155096cef39a0c (diff)
downloadpkgsrc-5adffe4185151c2cc474c10e7e858059ff8a2e75.tar.gz
Add ${includedir} aka $(PREFIX)/include to make it work with xpkgwedge.
Diffstat (limited to 'graphics/gle')
-rw-r--r--graphics/gle/distinfo4
-rw-r--r--graphics/gle/patches/patch-aa14
2 files changed, 11 insertions, 7 deletions
diff --git a/graphics/gle/distinfo b/graphics/gle/distinfo
index a64d5936e32..165b0b2c10e 100644
--- a/graphics/gle/distinfo
+++ b/graphics/gle/distinfo
@@ -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
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