diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-18 21:20:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-18 21:20:36 +0000 |
commit | 30911b7ace54b85e73c9926ac734419ce97b80d1 (patch) | |
tree | 8eb98b2b5c9d2b7974097fd825d6c8abd7a207bd /graphics/gle/patches | |
parent | 0f0e3b107f881c140768360eaddda1ebf00edd7e (diff) | |
download | pkgsrc-30911b7ace54b85e73c9926ac734419ce97b80d1.tar.gz |
Instead of explicitly including ${includedir} in header search path,
just use Mesa's buildlink.mk file to handle all possible combinations
of XFree86 versions and xpkgwedge installations.
Diffstat (limited to 'graphics/gle/patches')
-rw-r--r-- | graphics/gle/patches/patch-aa | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/graphics/gle/patches/patch-aa b/graphics/gle/patches/patch-aa index 41c36a9ca49..dd241dea538 100644 --- a/graphics/gle/patches/patch-aa +++ b/graphics/gle/patches/patch-aa @@ -1,13 +1,9 @@ -$NetBSD: patch-aa,v 1.2 2001/06/18 20:45:36 veego Exp $ +$NetBSD: patch-aa,v 1.3 2001/06/18 21:20:36 jlam Exp $ ---- 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 +--- examples/Makefile.in.orig Wed Apr 25 15:57:44 2001 ++++ examples/Makefile.in +@@ -100,7 +100,7 @@ + INCLUDES = @X_CFLAGS@ -I${top_srcdir} -I${top_srcdir}/src -LDADD = @X_LIBS@ -L../src/.libs |