diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-22 15:14:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-22 15:14:12 +0000 |
commit | 17db2087692530c036350437dc202132d9a2222d (patch) | |
tree | 37f7e3b88fa894209006d0323b45d3acdef52bcd /games/monkeybubble | |
parent | 47c5416552bad2cca1c0dd32345630624b62ee1a (diff) | |
download | ports-17db2087692530c036350437dc202132d9a2222d.tar.gz ports-17db2087692530c036350437dc202132d9a2222d.zip |
Notes
Diffstat (limited to 'games/monkeybubble')
-rw-r--r-- | games/monkeybubble/Makefile | 8 |
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> |