diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-14 22:42:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-14 22:42:55 +0000 |
commit | bfe6dadf79677a93872b7f31e0b948e0591148c8 (patch) | |
tree | 27473b182d97ef691c5e752c12ff516209b14289 /games/warmux | |
parent | 27c24c81ef443801da8b8ccdd1605d991afbaeda (diff) |
Notes
Diffstat (limited to 'games/warmux')
-rw-r--r-- | games/warmux/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 18db0a44b047..200c7ebeffa4 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -25,11 +25,9 @@ CONFIGURE_ARGS= --with-datadir-name=${DATADIR} --program-prefix="" \ MAN6= wormux.6 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif +post-patch: + ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/Makefile.in \ + ${WRKSRC}/src/Makefile.in .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -41,4 +39,4 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |