diff options
-rw-r--r-- | audio/sdl_sound/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile index c89d4d02df92..e9fb7826b84c 100644 --- a/audio/sdl_sound/Makefile +++ b/audio/sdl_sound/Makefile @@ -60,5 +60,7 @@ VORBIS_CONFIGURE_ENABLE=ogg post-patch: @${REINPLACE_CMD} 's|timidity.cfg|${PREFIX}/share/timidity/&|' \ ${WRKSRC}/decoders/timidity/options.h + @${REINPLACE_CMD} 's|__EXPORT__||' \ + ${WRKSRC}/playsound/physfsrwops.h .include <bsd.port.mk> |