From 502f1247823608a69b3e3d367fbcb356d2aefcdd Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 2 Jan 2005 01:07:46 +0000 Subject: BROKEN on alpha: Does not compile Approved by: portmgr (self) --- math/GiNaC/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math') diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 8659d4eec907..0fc646eeb3c6 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -34,6 +34,10 @@ LDFLAGS= -L${LOCALBASE}/lib .include +.if ${ARCH} == "alpha" +BROKEN= "Does not build on alpha" +.endif + post-extract: @${RM} -f ${WRKSRC}/doc/tutorial/ginac.info* -- cgit v1.2.3