summaryrefslogtreecommitdiff
blob: 410024e48dcd2b684df5b677988e25ae0389b974 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tuxpuck-0.8.2/utils/Makefile
+++ tuxpuck-0.8.2/utils/Makefile
@@ -6,7 +6,7 @@
 all : ttf2font data2c anim
 
 ttf2font : ttf2font.c
-	$(CC) $(CFLAGS) ttf2font.c `freetype-config --cflags --libs` -o ttf2font
+	$(CC) $(CFLAGS) ttf2font.c `pkg-config --cflags --libs freetype2` -o ttf2font
 
 data2c : data2c.c
 	$(CC) $(CFLAGS) data2c.c `sdl-config --cflags --libs` -o data2c