1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Fix build after SDL2_Mixer update

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-08 20:26:06 +00:00
parent 22244aa054
commit deb730f450
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492446

View File

@ -19,4 +19,8 @@ GNU_CONFIGURE= yes
USE_SDL= sdl2 mixer2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|MIX_INIT_FLUIDSYNTH|MIX_INIT_MID|g' \
${WRKSRC}/src/FileClasses/music/*.cpp
.include <bsd.port.mk>