diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-23 22:09:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-23 22:09:37 +0800 |
commit | 5f57657c55f9de525aee206ffabf3b5b1be258b3 (patch) | |
tree | 2ccb9804adc75fa4a8d8520a3cae47c209a2d393 /math | |
parent | a5062057c0c8a0c129d3c661aa7cf74aa9dc1654 (diff) | |
download | freebsd-ports-gnome-5f57657c55f9de525aee206ffabf3b5b1be258b3.tar.gz freebsd-ports-gnome-5f57657c55f9de525aee206ffabf3b5b1be258b3.tar.zst freebsd-ports-gnome-5f57657c55f9de525aee206ffabf3b5b1be258b3.zip |
mark it broken on -stable
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 8 |
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> |