diff options
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 |