aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>