]> git.sesse.net Git - vlc/commitdiff
contribs: fixed fontconfig cross-compilation on Darwin
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 30 Jan 2010 22:32:44 +0000 (23:32 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 30 Jan 2010 22:32:49 +0000 (23:32 +0100)
extras/contrib/src/Makefile

index b6ba0f0bf443d31f18d3e009ba86be93c7c5ec23..bfe6c0a8add826c2e8517010c9d9b58d6c030102 100644 (file)
@@ -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