diff options
Diffstat (limited to 'games/tuxpuck/files/patch-utils::Makefile')
-rw-r--r-- | games/tuxpuck/files/patch-utils::Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games/tuxpuck/files/patch-utils::Makefile b/games/tuxpuck/files/patch-utils::Makefile deleted file mode 100644 index 7e2754fd012e..000000000000 --- a/games/tuxpuck/files/patch-utils::Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- utils/Makefile.orig Fri Nov 8 11:50:29 2002 -+++ utils/Makefile Wed Dec 25 15:41:44 2002 -@@ -9,10 +9,10 @@ - $(CC) $(CFLAGS) ttf2font.c `freetype-config --cflags --libs` -o ttf2font - - data2c : data2c.c -- $(CC) $(CFLAGS) data2c.c `sdl-config --cflags --libs` -o data2c -+ $(CC) $(CFLAGS) data2c.c `$(SDL_CONFIG) --cflags --libs` -o data2c - - anim : anim.c -- $(CC) $(CFLAGS) anim.c `sdl-config --cflags --libs` -o anim -+ $(CC) $(CFLAGS) anim.c `$(SDL_CONFIG) --cflags --libs` -o anim - - clean : - rm -f *~ data2c ttf2font anim |