Date: Thu, 27 Dec 2018 18:47:13 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488559 - head/audio/sdl_sound Message-ID: <201812271847.wBRIlDK2064910@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812271847.wBRIlDK2064910>