svn commit: r488559 - head/audio/sdl_sound

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 27 18:47:13 UTC 2018


Author: amdmi3
Date: Thu Dec 27 18:47:12 2018
New Revision: 488559
URL: https://svnweb.freebsd.org/changeset/ports/488559

Log:
  - Fix build with physfs 3.0.1

Modified:
  head/audio/sdl_sound/Makefile

Modified: head/audio/sdl_sound/Makefile
==============================================================================
--- head/audio/sdl_sound/Makefile	Thu Dec 27 18:34:44 2018	(r488558)
+++ head/audio/sdl_sound/Makefile	Thu Dec 27 18:47:12 2018	(r488559)
@@ -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>


More information about the svn-ports-all mailing list