aboutsummaryrefslogtreecommitdiff
path: root/games/netrek-client-cow
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2012-08-05 22:14:38 +0000
committerAlex Kozlov <ak@FreeBSD.org>2012-08-05 22:14:38 +0000
commite90dd95c4a9159c1ef0747f3213136106f632068 (patch)
tree83fe739841069097297725da63dcbe20d5506dea /games/netrek-client-cow
parente0ff1d9fd9ccd8d989f8c161f1d9f1865ccd06a0 (diff)
downloadports-e90dd95c4a9159c1ef0747f3213136106f632068.tar.gz
ports-e90dd95c4a9159c1ef0747f3213136106f632068.zip
Notes
Diffstat (limited to 'games/netrek-client-cow')
-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|' \