[tuxpuck] 06/07: Replace freetype-config command with pkg-config.
Markus Koschany
apo at moszumanska.debian.org
Thu Mar 8 21:20:36 UTC 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository tuxpuck.
commit 5088c8b66a1a6046298152a4250336a172cd0a51
Author: Markus Koschany <apo at debian.org>
Date: Thu Mar 8 22:14:15 2018 +0100
Replace freetype-config command with pkg-config.
Closes: #892349
---
debian/patches/Makefile.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/Makefile.patch b/debian/patches/Makefile.patch
index e906ca8..7b29a49 100644
--- a/debian/patches/Makefile.patch
+++ b/debian/patches/Makefile.patch
@@ -63,7 +63,7 @@ index 0566f28..9295d77 100644
ttf2font : ttf2font.c
- $(CC) $(CFLAGS) ttf2font.c `freetype-config --cflags --libs` -o ttf2font
-+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) ttf2font.c `freetype-config --cflags --libs` -o ttf2font
++ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) ttf2font.c `pkg-config --cflags --libs freetype2` -o ttf2font
data2c : data2c.c
- $(CC) $(CFLAGS) data2c.c `sdl-config --cflags --libs` -o data2c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tuxpuck.git
More information about the Pkg-games-commits
mailing list