summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-12-22 15:14:12 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-12-22 15:14:12 +0000
commit17db2087692530c036350437dc202132d9a2222d (patch)
tree37f7e3b88fa894209006d0323b45d3acdef52bcd /games
parentFix build with gcc41 (diff)
Fix build with gcc41
Notes
Notes: svn path=/head/; revision=180500
Diffstat (limited to 'games')
-rw-r--r--games/monkeybubble/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile
index 49fd22d9c2b7..ac1b95cf69a8 100644
--- a/games/monkeybubble/Makefile
+++ b/games/monkeybubble/Makefile
@@ -29,4 +29,10 @@ GCONF_SCHEMAS= monkey-bubble.schemas
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+ ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/src/net/Makefile.in \
+ ${WRKSRC}/src/ui/Makefile.in
+
+.include <bsd.port.post.mk>