diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-09 08:05:02 +0800 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-09 08:05:02 +0800 |
commit | 3437b25c5cba168997d999e6d0a4714c9f70a3e2 (patch) | |
tree | 2e050d10f2ae5aa3209c8dc3a6f22d4ca5d4254c /audio/fluidsynth | |
parent | 5a43311e12be5dc2706dd7e5abc28ea10a204fd7 (diff) | |
download | freebsd-ports-gnome-3437b25c5cba168997d999e6d0a4714c9f70a3e2.tar.gz freebsd-ports-gnome-3437b25c5cba168997d999e6d0a4714c9f70a3e2.tar.zst freebsd-ports-gnome-3437b25c5cba168997d999e6d0a4714c9f70a3e2.zip |
- Fixed problem with games/scumm when compiled with option fluidsynth.
PR: 146121
Submitted by: Oliver Herold <oh@fixmbr.de>
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 1 |
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> |