aboutsummaryrefslogtreecommitdiff
path: root/games/angband
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-10-13 12:50:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-10-13 12:50:00 +0000
commit153307e37bf8b23e815c08af4eb8136fa7aa0cbc (patch)
tree87afa2f6490ef22efa4e55cacb01bf20bc172cfc /games/angband
parentebbce2b7f4903fd9eca1c5a4595eb73a85b92b96 (diff)
downloadports-153307e37bf8b23e815c08af4eb8136fa7aa0cbc.tar.gz
ports-153307e37bf8b23e815c08af4eb8136fa7aa0cbc.zip
- Fix build on 6.x
Reported by: pointyhat via erwin
Notes
Notes: svn path=/head/; revision=242767
Diffstat (limited to 'games/angband')
-rw-r--r--games/angband/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile
index 14b7e8bdbb8a..2d3bfb3d64d6 100644
--- a/games/angband/Makefile
+++ b/games/angband/Makefile
@@ -36,6 +36,9 @@ pre-fetch:
@${ECHO_MSG} "Building without X support"
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers ||' ${WRKSRC}/configure
+
post-install:
@${CAT} ${PKGMESSAGE}