freebsd-ports/games/tuxpuck/files/patch-utils::Makefile
Pete Fritchman 8278ced886 Update to 0.8.2.
PR:		46524
Submitted by:	maintainer
2003-01-02 16:44:28 +00:00

15 lines
529 B
Text

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