[vlc-devel] commit: fontconfig: tell fontconfig about the fonts configdir on OSX ( /usr /X11/lib/X11/fonts ). There is no /etc/fonts (Derk-Jan Hartman )

git version control git at videolan.org
Tue Aug 5 15:48:37 CEST 2008


vlc | branch: 0.9.0-libass | Derk-Jan Hartman <hartman at videolan.org> | Tue Aug  5 15:50:06 2008 +0200| [809d8efda7d180b18c2f3844e36924166ed249c0] | committer: Derk-Jan Hartman 

fontconfig: tell fontconfig about the fonts configdir on OSX ( /usr/X11/lib/X11/fonts ). There is no /etc/fonts

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=809d8efda7d180b18c2f3844e36924166ed249c0
---

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index b6eca8d..a2e394c 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -477,7 +477,7 @@ ifdef HAVE_WIN32
   endif
 else
   ifdef HAVE_DARWIN_OS
-	(cd $<; autoreconf && $(HOSTCC) LIBXML2_CFLAGS=`xml2-config --cflags` LIBXML2_LIBS=`xml2-config --libs` ./configure $(HOSTCONF) --with-cache-dir=/var/cache/fontconfig --with-confdir=/etc/fonts --prefix=$(PREFIX) --with-freetype-config=$(PREFIX)/bin/freetype-config --enable-libxml2 --disable-docs && make && make install-exec && (cd fontconfig ; make install-data) && cp fontconfig.pc $(PKG_CONFIG_LIBDIR))
+	(cd $<; autoreconf && $(HOSTCC) LIBXML2_CFLAGS=`xml2-config --cflags` LIBXML2_LIBS=`xml2-config --libs` ./configure $(HOSTCONF) --with-cache-dir=/var/cache/fontconfig --with-confdir=/usr/X11/lib/X11/fonts --prefix=$(PREFIX) --with-freetype-config=$(PREFIX)/bin/freetype-config --enable-libxml2 --disable-docs && make && make install-exec && (cd fontconfig ; make install-data) && cp fontconfig.pc $(PKG_CONFIG_LIBDIR))
   else
 	(cd $<; autoreconf && $(HOSTCC) LIBXML2_CFLAGS=`$(PREFIX)/bin/xml2-config --cflags` ./configure $(HOSTCONF) --prefix=$(PREFIX) --with-freetype-config=$(PREFIX)/bin/freetype-config --enable-libxml2 --disable-docs && make && make install)
   endif




More information about the vlc-devel mailing list