diff options
author | pav <pav@FreeBSD.org> | 2009-10-13 20:50:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-10-13 20:50:00 +0800 |
commit | 0f57950230d736ab0c840c8dfcb24a4f28cceb45 (patch) | |
tree | 58f771954acd1fe0f55eede7b16b0d86c71d7e98 /games/angband | |
parent | 79637c62c54e8b8b141f071848b98ee154a591b0 (diff) | |
download | freebsd-ports-gnome-0f57950230d736ab0c840c8dfcb24a4f28cceb45.tar.gz freebsd-ports-gnome-0f57950230d736ab0c840c8dfcb24a4f28cceb45.tar.zst freebsd-ports-gnome-0f57950230d736ab0c840c8dfcb24a4f28cceb45.zip |
- Fix build on 6.x
Reported by: pointyhat via erwin
Diffstat (limited to 'games/angband')
-rw-r--r-- | games/angband/Makefile | 3 |
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} |