summaryrefslogtreecommitdiff
path: root/games/tuxpuck/files/patch-utils::Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-02 16:44:28 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-02 16:44:28 +0000
commit8278ced886f6b412519263ab5a852ff8a225b784 (patch)
tree00ceeea9b5e54cc00f9f4e1931f24445d1f33b6d /games/tuxpuck/files/patch-utils::Makefile
parentAdd a patch to fix build with bison in -current. (diff)
Update to 0.8.2.
PR: 46524 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=72225
Diffstat (limited to 'games/tuxpuck/files/patch-utils::Makefile')
-rw-r--r--games/tuxpuck/files/patch-utils::Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/tuxpuck/files/patch-utils::Makefile b/games/tuxpuck/files/patch-utils::Makefile
index dbda89caa892..7e2754fd012e 100644
--- a/games/tuxpuck/files/patch-utils::Makefile
+++ b/games/tuxpuck/files/patch-utils::Makefile
@@ -1,15 +1,15 @@
---- utils/Makefile.orig Tue Oct 15 13:48:06 2002
-+++ utils/Makefile Wed Oct 30 13:06:42 2002
+--- 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` -o data2c
-+ $(CC) $(CFLAGS) data2c.c `$(SDL_CONFIG) --cflags` -o data2c
+- $(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` -o anim
-+ $(CC) $(CFLAGS) anim.c `$(SDL_CONFIG) --cflags` -o anim
+- $(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