aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-03-21 03:01:36 +0800
committerMarcus von Appen <mva@FreeBSD.org>2014-03-21 03:01:36 +0800
commit18b3f381d11618492b9c8664120b2461bd83be2b (patch)
treeb6a3c92f07b496cf8903a9d7051d4eae9354f43d /audio
parent4b6dbf9d26d8ffa2cbe26418afebfa56038b51c7 (diff)
downloadfreebsd-ports-gnome-18b3f381d11618492b9c8664120b2461bd83be2b.tar.gz
freebsd-ports-gnome-18b3f381d11618492b9c8664120b2461bd83be2b.tar.zst
freebsd-ports-gnome-18b3f381d11618492b9c8664120b2461bd83be2b.zip
- Unbreak build after the recent audio/libmodplug update
Reported by: pkg-fallout
Diffstat (limited to 'audio')
-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>