aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-09-03 02:45:59 +0800
committermva <mva@FreeBSD.org>2014-09-03 02:45:59 +0800
commitcf98d06976534ff64f8e97cbebcf2974bba8f447 (patch)
tree41b3765a03875a95683664d2d208893406a669ff /audio
parent8358ea6c395ebca648a6de406d71cb489315f732 (diff)
downloadfreebsd-ports-gnome-cf98d06976534ff64f8e97cbebcf2974bba8f447.tar.gz
freebsd-ports-gnome-cf98d06976534ff64f8e97cbebcf2974bba8f447.tar.zst
freebsd-ports-gnome-cf98d06976534ff64f8e97cbebcf2974bba8f447.zip
- Unbreak the build, if MODPLUG is selected
PR: 193177 Submitted by: Jan Beich <jbeich@vfemail.net>
Diffstat (limited to 'audio')
-rw-r--r--audio/sdl_mixer/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index 9e5787c4cb00..3eae48ccaf14 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -62,5 +62,7 @@ post-patch:
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|%%CONFIG_FILE%%|${CONFIG_FILE}|g' \
${WRKSRC}/timidity/config.h
+ @${REINPLACE_CMD} -e 's|"modplug.h"|"libmodplug/modplug.h"|' \
+ ${WRKSRC}/music_modplug.h
.include <bsd.port.mk>