summaryrefslogtreecommitdiff
path: root/games/xpuyopuyo/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-23 23:59:25 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-23 23:59:25 +0000
commitc0bcfbd8b9377b9ccf11df2247be52bba7c039fe (patch)
tree8648f95a380a53a3b99f6b0e4938c43a87542df6 /games/xpuyopuyo/patches
parent82b732a1e2ad7d9e709a2b342c2fe7b6d682b146 (diff)
downloadpkgsrc-c0bcfbd8b9377b9ccf11df2247be52bba7c039fe.tar.gz
make sure the path to the libmikmod header is indicated. Fixes recently
noted compile problems.
Diffstat (limited to 'games/xpuyopuyo/patches')
-rw-r--r--games/xpuyopuyo/patches/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xpuyopuyo/patches/patch-ac b/games/xpuyopuyo/patches/patch-ac
new file mode 100644
index 00000000000..bbad2f36fcb
--- /dev/null
+++ b/games/xpuyopuyo/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.3 2000/08/23 23:59:27 dmcmahill Exp $
+
+--- pgtk/Makefile.am.orig Tue Aug 1 13:04:51 2000
++++ pgtk/Makefile.am Wed Aug 23 15:16:03 2000
+@@ -18,5 +18,5 @@
+ #
+ if GTK
+-INCLUDES = $(GTK_CFLAGS) -I../putil -I../pgame -I../pai -I../pnet -I../psound
++INCLUDES = $(LIBMIKMOD_CFLAGS) $(GTK_CFLAGS) -I../putil -I../pgame -I../pai -I../pnet -I../psound
+ endif
+