aboutsummaryrefslogtreecommitdiff
path: root/audio/sdl2_mixer
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-03-20 19:01:36 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-03-20 19:01:36 +0000
commit18b3f381d11618492b9c8664120b2461bd83be2b (patch)
treeb6a3c92f07b496cf8903a9d7051d4eae9354f43d /audio/sdl2_mixer
parent4b6dbf9d26d8ffa2cbe26418afebfa56038b51c7 (diff)
downloadports-18b3f381d11618492b9c8664120b2461bd83be2b.tar.gz
ports-18b3f381d11618492b9c8664120b2461bd83be2b.zip
Notes
Diffstat (limited to 'audio/sdl2_mixer')
-rw-r--r--audio/sdl2_mixer/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile
index 0dfa1563cf44..f6a504799116 100644
--- a/audio/sdl2_mixer/Makefile
+++ b/audio/sdl2_mixer/Makefile
@@ -54,5 +54,7 @@ VORBIS_CONFIGURE_ENABLE= music-ogg
post-patch:
@${REINPLACE_CMD} -e 's|\($$(prefix)/libdata/pkgconfig\)|$$(DESTDIR)\1|' \
${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|"modplug.h"|"libmodplug/modplug.h"|' \
+ ${WRKSRC}/dynamic_modplug.h ${WRKSRC}/music_modplug.h
.include <bsd.port.mk>