git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c4fdc1
)
contribs: fix fluidsynth patching
author
Pierre Ynard
<linkfanel@yahoo.fr>
Mon, 31 Aug 2009 02:59:50 +0000
(
04:59
+0200)
committer
Pierre 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
patch
|
blob
|
history
diff --git
a/extras/contrib/src/Makefile
b/extras/contrib/src/Makefile
index
c72f912
..
656f25f
100644
(file)
--- 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