aboutsummaryrefslogtreecommitdiff
path: root/games/xlogical
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 09:40:01 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 09:40:01 +0000
commit3891c82c49350c93d17a5d7caed28d0793366f98 (patch)
tree317011d9bccd66c7423538494f0ee545443764b0 /games/xlogical
parentbe5a4b8921002cc08b0f2bc183d72e17d30b09bf (diff)
downloadports-3891c82c49350c93d17a5d7caed28d0793366f98.tar.gz
ports-3891c82c49350c93d17a5d7caed28d0793366f98.zip
Mark as broken with gcc4.2.
Notes
Notes: svn path=/head/; revision=200633
Diffstat (limited to 'games/xlogical')
-rw-r--r--games/xlogical/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xlogical/Makefile b/games/xlogical/Makefile
index bc6cfcbcc730..49e174e0ed25 100644
--- a/games/xlogical/Makefile
+++ b/games/xlogical/Makefile
@@ -30,4 +30,10 @@ post-install:
${RM} ${WRKSRC}/LICENSE
${CP} ${WRKSRC}/[A-Z][A-Z]* ${DOCSDIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>