summaryrefslogtreecommitdiffstats
path: root/games/tuxnes/patches/Makefile.patch
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2010-05-12 17:39:38 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 17:39:38 +0200
commitf01fa50fe20f634dcd4165ac3b4023d34c3be3d1 (patch)
tree47dd3c27a06f2865a3c5724cc80267ba51f67ca0 /games/tuxnes/patches/Makefile.patch
parent83e64ec7fd5c06b56f3af5a0d855576105d21a89 (diff)
downloadslackbuilds-f01fa50fe20f634dcd4165ac3b4023d34c3be3d1.tar.gz
slackbuilds-f01fa50fe20f634dcd4165ac3b4023d34c3be3d1.tar.xz
games/tuxnes: Updated for version 0.75
Diffstat (limited to 'games/tuxnes/patches/Makefile.patch')
-rw-r--r--games/tuxnes/patches/Makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tuxnes/patches/Makefile.patch b/games/tuxnes/patches/Makefile.patch
new file mode 100644
index 0000000000..041bb27927
--- /dev/null
+++ b/games/tuxnes/patches/Makefile.patch
@@ -0,0 +1,11 @@
+--- Makefile~ 2007-06-30 09:16:58.000000000 -0500
++++ Makefile 2007-06-30 09:18:26.000000000 -0500
+@@ -3,7 +3,7 @@
+ panels.o debug.o config.o `gtk-config --cflags --libs`
+
+ %.o: %.c gtuxnes.h
+- gcc `gtk-config --cflags` -c $*.c -o $@
++ gcc $(CFLAGS) `gtk-config --cflags` -c $*.c -o $@
+
+ clean:
+ rm -f *.o