aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-05-09 08:05:02 +0800
committersylvio <sylvio@FreeBSD.org>2010-05-09 08:05:02 +0800
commit916358404e4eb36bd7da2b6a1e43acdf8fa4876f (patch)
tree7bfb6d8218574f3ee15f425a0ffa7964728c02fe /audio
parent14900905128ec57631576ead212d33df1f8e1122 (diff)
downloadfreebsd-ports-gnome-916358404e4eb36bd7da2b6a1e43acdf8fa4876f.tar.gz
freebsd-ports-gnome-916358404e4eb36bd7da2b6a1e43acdf8fa4876f.tar.zst
freebsd-ports-gnome-916358404e4eb36bd7da2b6a1e43acdf8fa4876f.zip
- Fixed problem with games/scumm when compiled with option fluidsynth.
PR: 146121 Submitted by: Oliver Herold <oh@fixmbr.de>
Diffstat (limited to 'audio')
-rw-r--r--audio/fluidsynth/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index 74e89ebd84b6..2f107b74ea1b 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -72,5 +72,6 @@ CONFIGURE_ARGS+= --disable-libsndfile-support
post-patch:
@${REINPLACE_CMD} -e 's| -O2 | |g ; \
s|== "yes"|= "yes"|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '197 s/,/ /' ${WRKSRC}/include/fluidsynth/synth.h
.include <bsd.port.post.mk>