diff options
author | mva <mva@FreeBSD.org> | 2014-09-03 02:45:59 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-09-03 02:45:59 +0800 |
commit | cf98d06976534ff64f8e97cbebcf2974bba8f447 (patch) | |
tree | 41b3765a03875a95683664d2d208893406a669ff /audio | |
parent | 8358ea6c395ebca648a6de406d71cb489315f732 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |