]> git.sesse.net Git - vlc/commitdiff
contribs: fix fluidsynth patching
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 31 Aug 2009 02:59:50 +0000 (04:59 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 31 Aug 2009 02:59:50 +0000 (04:59 +0200)
./autogen.sh always returns an error for some reason... but ignoring
the error works anyway

extras/contrib/src/Makefile

index c72f912bcef47d1e721360aa83df88c7ffa409b5..656f25fbc72b50ea7dc5cb098dd80004541176c4 100644 (file)
@@ -2348,7 +2348,7 @@ fluidsynth: fluidsynth-$(FLUID_VERSION).tar.gz
        $(EXTRACT_GZ)
 ifdef HAVE_WIN32
        patch -p0 < Patches/fluid-win32.patch
-       cd $@; ./autogen.sh
+       cd $@; ./autogen.sh || true
 endif
 
 .fluid: fluidsynth