diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-04 17:08:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-04 17:08:35 +0800 |
commit | 5b4608e0de8280cfc4f8c114c4acce9a5c8a34dd (patch) | |
tree | 4ec0951296ff4ab1c716eb63e483bcc16cb964c9 /graphics/sharpconstruct/Makefile | |
parent | 0a4d29a0214d33f8c63668a91959420c345840a5 (diff) | |
download | freebsd-ports-gnome-5b4608e0de8280cfc4f8c114c4acce9a5c8a34dd.tar.gz freebsd-ports-gnome-5b4608e0de8280cfc4f8c114c4acce9a5c8a34dd.tar.zst freebsd-ports-gnome-5b4608e0de8280cfc4f8c114c4acce9a5c8a34dd.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'graphics/sharpconstruct/Makefile')
-rw-r--r-- | graphics/sharpconstruct/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index e661847c5f95..64d397a39d9e 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -38,4 +38,10 @@ post-patch: @${FIND} ${WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e '/^DEFS / s|$$| -DDATADIR=\\"${DATADIR}\\"|' -.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> |