diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 09:08:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 09:08:35 +0000 |
commit | 81d8e8c659a49ba125f4e7bb22553451426c8f39 (patch) | |
tree | d716e0f0c0cfa97af98d0e47cf0c2c8a9de1f2d9 /graphics/sharpconstruct/Makefile | |
parent | f5abef1780e394582ce33556fcac2f49a3d6266d (diff) | |
download | ports-81d8e8c659a49ba125f4e7bb22553451426c8f39.tar.gz ports-81d8e8c659a49ba125f4e7bb22553451426c8f39.zip |
Notes
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> |