summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-18 12:39:12 +0000
committerkris <kris@FreeBSD.org>2004-03-18 12:39:12 +0000
commitbc27c28c36ee440a691bd5df2bffd85bc8fed330 (patch)
treed147aa6926ca8a918f65f9138bc00bd62da18371
parentfba0574f21ad116fe7e72d096ee923d81511fdfc (diff)
downloadFreeBSD-ports-bc27c28c36ee440a691bd5df2bffd85bc8fed330.zip
FreeBSD-ports-bc27c28c36ee440a691bd5df2bffd85bc8fed330.tar.gz
BROKEN on amd64 and ia64: Does not compile
-rw-r--r--math/it++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/it++/Makefile b/math/it++/Makefile
index a97308b..ec900b2 100644
--- a/math/it++/Makefile
+++ b/math/it++/Makefile
@@ -24,6 +24,12 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= opt
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= "Does not compile on amd64 or ia64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s|sparc|__sparc__|" \
-e "s|alpha|__alpha__|" ${WRKSRC}/include/base/machdep.h
@@ -34,4 +40,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lib/libit++.a ${PREFIX}/lib
${CP} -R ${WRKSRC}/include ${PREFIX}/include/it++
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud