aboutsummaryrefslogtreecommitdiff
path: root/games/vultures-eye
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-eye
parent0a8b0e9e91ce4c4e059cd76e9682e2796499af16 (diff)
downloadports-53bd48198940c3f530afd997f3ce5856561b49ef.tar.gz
ports-53bd48198940c3f530afd997f3ce5856561b49ef.zip
Notes
Diffstat (limited to 'games/vultures-eye')
-rw-r--r--games/vultures-eye/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/vultures-eye/Makefile b/games/vultures-eye/Makefile
index 21b2296622da..64a4337df521 100644
--- a/games/vultures-eye/Makefile
+++ b/games/vultures-eye/Makefile
@@ -31,6 +31,11 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
MAKE_ENV+= DATADIR="${DATADIR}" MAKE="${GMAKE}"
MAKE_JOBS_UNSAFE= yes
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|png_infopp_NULL|NULL|g' \
+ ${WRKSRC}/win/vultures/util/tiletrans.c
+
pre-configure:
@${CHMOD} 755 ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}