summaryrefslogtreecommitdiff
path: root/media-video/gpac/files/gpac-freetype.patch
blob: 98224aff30e1e6427eafa7fa06b816e52508498c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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