diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-23 14:09:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-23 14:09:37 +0000 |
commit | 8a44deacdeb87adfa0aa08c3614636fcd18a99c4 (patch) | |
tree | d81f52bb14f9f2fada8515fd4eae6a401e76bfd2 /math/GiNaC | |
parent | 27e556708b8f597f7201fa397a772ad9b75526ac (diff) | |
download | ports-8a44deacdeb87adfa0aa08c3614636fcd18a99c4.tar.gz ports-8a44deacdeb87adfa0aa08c3614636fcd18a99c4.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-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> |