aboutsummaryrefslogtreecommitdiff
path: root/games/vultures-claw
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-30 11:34:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-30 11:34:28 +0000
commit53bd48198940c3f530afd997f3ce5856561b49ef (patch)
tree3e1819efa96986b8fd3116c3aceae2a8af42d9ac /games/vultures-claw
parent0a8b0e9e91ce4c4e059cd76e9682e2796499af16 (diff)
downloadports-53bd48198940c3f530afd997f3ce5856561b49ef.tar.gz
ports-53bd48198940c3f530afd997f3ce5856561b49ef.zip
Notes
Diffstat (limited to 'games/vultures-claw')
-rw-r--r--games/vultures-claw/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/vultures-claw/Makefile b/games/vultures-claw/Makefile
index c86f85e01b32..df12ad2f2913 100644
--- a/games/vultures-claw/Makefile
+++ b/games/vultures-claw/Makefile
@@ -39,5 +39,8 @@ post-configure:
@${REINPLACE_CMD} -e \
's|#include <SDL_image.h>||g' \
${WRKSRC}/win/vultures/vultures_gfl.c
+ @${REINPLACE_CMD} -e \
+ 's|png_infopp_NULL|NULL|g' \
+ ${WRKSRC}/win/vultures/util/tiletrans.c
.include <bsd.port.mk>