aboutsummaryrefslogtreecommitdiff
path: root/devel/libmatheval
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 08:11:21 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 08:11:21 +0000
commit63775d06da6cbc69824d7a21a7d88b4d0e1b0caa (patch)
treed8877a44cf0e4e35a240a419d107a013b21121a6 /devel/libmatheval
parent2a10c095f8413a2da6992cd512d70920ffcc34bb (diff)
downloadports-63775d06da6cbc69824d7a21a7d88b4d0e1b0caa.tar.gz
ports-63775d06da6cbc69824d7a21a7d88b4d0e1b0caa.zip
Notes
Diffstat (limited to 'devel/libmatheval')
-rw-r--r--devel/libmatheval/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile
index 03981e52bee8..edf3b555edaf 100644
--- a/devel/libmatheval/Makefile
+++ b/devel/libmatheval/Makefile
@@ -27,4 +27,12 @@ INFO= libmatheval
post-patch:
${RM} ${WRKSRC}/doc/libmatheval.info
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>