diff options
-rw-r--r-- | games/freeciv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index d1cadbda98b..b0962b1b904 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -55,7 +55,8 @@ CONFLICTS= freeciv-[0-9]* .endif post-patch: - @${REINPLACE_CMD} -e '/test.*==/s|==|=|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/test.*==/s|==|=|;\ + /^LIBS/s|mixer|mixer $$SDL_LIBS|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in|${XARGS} ${REINPLACE_CMD} -e\ '/pkgdatadir/s|$$[(]datadir[)]/@PACKAGE@|${DATADIR}|' |