diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:46:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:46:22 +0000 |
commit | 1676fdea55e597e1bee5ea383f4c6596cfe08974 (patch) | |
tree | 074e3f4fdde946d0841f8000c38c4601b40620d6 /games/armagetron | |
parent | 4c7d3f760071dcb0ac1a7b478a79f740cef915be (diff) |
Notes
Diffstat (limited to 'games/armagetron')
-rw-r--r-- | games/armagetron/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/armagetron/Makefile b/games/armagetron/Makefile index 2cec6d68ab4c..ac21b8759dce 100644 --- a/games/armagetron/Makefile +++ b/games/armagetron/Makefile @@ -30,6 +30,10 @@ OPTIONS= MUSIC "Compile in support for background music" on .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if !defined(WITHOUT_MUSIC) USE_SDL+= mixer CONFIGURE_ARGS+=--enable-music |