aboutsummaryrefslogtreecommitdiff
path: root/games/freeciv
diff options
context:
space:
mode:
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index d1cadbda98b5..b0962b1b9040 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}|'