aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-04-01 13:16:19 +0800
committerlinimon <linimon@FreeBSD.org>2010-04-01 13:16:19 +0800
commitda8f0853adae8aab3297cf3b94ab0872013558e2 (patch)
treee379b79fc9599ab2ffed8b3205c51b8669e842fb /math
parentbb38fa1017be9dbd2be5987793912f413376ed2b (diff)
downloadfreebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.gz
freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.zst
freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.zip
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
Diffstat (limited to 'math')
-rw-r--r--math/lp_solve/Makefile4
-rw-r--r--math/tomsfastmath/Makefile2
2 files changed, 6 insertions, 0 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile
index 1e75fa34fcbc..c6f1eb8bd366 100644
--- a/math/lp_solve/Makefile
+++ b/math/lp_solve/Makefile
@@ -26,6 +26,10 @@ LPSOLVE_ARCH= ux32
LPSOLVE_ARCH= ux64
.endif
+.if ${ARCH} == "powerpc"
+BROKEN= Does not install on powerpc
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name "ccc" | ${XARGS} ${REINPLACE_CMD} -e \
"s|^c=.*$$|c='${CC}'|g ; \
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile
index 5e1894bba6cb..5a18171f38ac 100644
--- a/math/tomsfastmath/Makefile
+++ b/math/tomsfastmath/Makefile
@@ -30,6 +30,8 @@ PLIST_FILES= include/tfm.h lib/libtfm.a
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64 or sparc64
+.elif ${ARCH} == "powerpc"
+BROKEN= Causes gcc coredump on powerpc
.endif
.include <bsd.port.post.mk>