summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-23 14:09:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-23 14:09:37 +0000
commit8a44deacdeb87adfa0aa08c3614636fcd18a99c4 (patch)
treed81f52bb14f9f2fada8515fd4eae6a401e76bfd2 /math
parentAdd patch (diff)
mark it broken on -stable
Notes
Notes: svn path=/head/; revision=79511
Diffstat (limited to 'math')
-rw-r--r--math/GiNaC/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index 46abb21507f3..01f86b0f88ba 100644
--- a/math/GiNaC/Makefile
+++ b/math/GiNaC/Makefile
@@ -31,6 +31,12 @@ INSTALLS_SHLIB= yes
MAN1= ginac-config.1 ginsh.1 viewgar.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "need gcc32 and cln must build with gcc32"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/doc/tutorial/ginac.info*
@@ -42,4 +48,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|-release \$$(LT_RELEASE)||g' \
${WRKSRC}/ginac/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>