[vlc-devel] commit: contribs: fix fluidsynth patching (Pierre Ynard )

git version control git at videolan.org
Mon Aug 31 05:01:38 CEST 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Aug 31 04:59:50 2009 +0200| [ae41cb9dadfbe97fc0782417a7933bae36df9a1e] | committer: Pierre Ynard 

contribs: fix fluidsynth patching

./autogen.sh always returns an error for some reason... but ignoring
the error works anyway

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

 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 c72f912..656f25f 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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




More information about the vlc-devel mailing list