[vlc-devel] commit: contribs: fixed fontconfig cross-compilation on Darwin ( Felix Paul Kühne )

git version control git at videolan.org
Sat Jan 30 23:32:50 CET 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jan 30 23:32:44 2010 +0100| [fe2d4b8d222cae5b2798aaae9371fc3972a465f8] | committer: Felix Paul Kühne 

contribs: fixed fontconfig cross-compilation on Darwin

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

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

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index b6ba0f0..bfe6c0a 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -469,13 +469,13 @@ fontconfig: fontconfig-$(FONTCONFIG_VERSION).tar.gz Patches/fontconfig.patch
 ifdef HAVE_WIN32
 	patch -p0 < Patches/fontconfig.patch
 	patch -p0 < Patches/fontconfig-noxml2.patch
-endif
 	(cd $@; autoreconf -ivf)
+endif
 
 .fontconfig: fontconfig .xml .freetype
 ifdef HAVE_WIN32
   ifdef HAVE_CYGWIN
-	(cd $<;  ./configure --target=$(HOST) --disable-pic --disable-shared --disable-docs --with-arch=i686 --prefix=$(PREFIX) --with-freetype-config=$(PREFIX)/bin/freetype-config --enable-libxml2 && make && make install)
+	(cd $<; ./configure --target=$(HOST) --disable-pic --disable-shared --disable-docs --with-arch=i686 --prefix=$(PREFIX) --with-freetype-config=$(PREFIX)/bin/freetype-config --enable-libxml2 && make && make install)
   else
 	(cd $<; $(HOSTCC)  ./configure $(HOSTCONF) --with-arch=i686 --prefix=$(PREFIX) --with-freetype-config=$(PREFIX)/bin/freetype-config --disable-libxml2 --disable-docs && make && make install)
   endif




More information about the vlc-devel mailing list