aboutsummaryrefslogtreecommitdiff
path: root/games/netrek-client-cow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/netrek-client-cow/Makefile')
-rw-r--r--games/netrek-client-cow/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/netrek-client-cow/Makefile b/games/netrek-client-cow/Makefile
index d0fcd0566506..036bccb7048f 100644
--- a/games/netrek-client-cow/Makefile
+++ b/games/netrek-client-cow/Makefile
@@ -25,6 +25,8 @@ CONFIGURE_ARGS+= NORSA='\#'
post-patch:
${REINPLACE_CMD} -e 's|ushort damage|unsigned short damage|' \
${WRKSRC}/short.c
+ ${REINPLACE_CMD} -e 's|inline void|void|' \
+ ${WRKSRC}/local.[ch]
${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' \
${WRKSRC}/x11sprite.c ${WRKSRC}/netrek-client-cow.desktop
${REINPLACE_CMD} -e 's|games|bin|' \