You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/gpac/files/gpac-freetype.patch

16 lines
622 B

Index: gpac-0.7.1/configure
===================================================================
--- gpac-0.7.1.orig/configure
+++ gpac-0.7.1/configure
@@ -1117,8 +1117,8 @@ if docc $CFLAGS_DIR $ft_cflags $ft_lflag
fi
if test "$cross_prefix" = "" ; then
if test "$has_ft" = "no" ; then
- ft_cflags="`freetype-config --cflags 2>>$logs`"
- ft_lflags="`freetype-config --libs 2>>$logs`"
+ ft_cflags="`pkg-config --cflags freetype2 2>>$logs`"
+ ft_lflags="`pkg-config --libs freetype2 2>>$logs`"
if docc $ft_cflags $ft_lflags $LDFLAGS ; then
has_ft="system"
fi