diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-11 20:00:34 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:34 +0200 |
commit | 8f315ce5242a2da9eb89dd774efe5c9c092ed92c (patch) | |
tree | 77f292684223e06b19ce5d24cc467c80cd47e6b2 /games/tuxnes/Makefile.patch | |
parent | 736127208b974ffc401c7b6d74e59dd3c4068751 (diff) | |
download | slackbuilds-8f315ce5242a2da9eb89dd774efe5c9c092ed92c.tar.gz |
games/tuxnes: Added to 12.0 repository
Diffstat (limited to 'games/tuxnes/Makefile.patch')
-rw-r--r-- | games/tuxnes/Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tuxnes/Makefile.patch b/games/tuxnes/Makefile.patch new file mode 100644 index 0000000000..041bb27927 --- /dev/null +++ b/games/tuxnes/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 |