aboutsummaryrefslogtreecommitdiffstats
path: root/math/gotoblas
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-07-16 13:35:12 +0800
committerlinimon <linimon@FreeBSD.org>2011-07-16 13:35:12 +0800
commit73f49a5edc7e4f69a2ccf1c00b76e95f0c4bf3bc (patch)
tree365c16b6e42129364dc2bb4d4ecbe879f4079d01 /math/gotoblas
parentac8189166ae3c56e7e146579482c7f1ef39a5f1e (diff)
downloadfreebsd-ports-gnome-73f49a5edc7e4f69a2ccf1c00b76e95f0c4bf3bc.tar.gz
freebsd-ports-gnome-73f49a5edc7e4f69a2ccf1c00b76e95f0c4bf3bc.tar.zst
freebsd-ports-gnome-73f49a5edc7e4f69a2ccf1c00b76e95f0c4bf3bc.zip
Mark as broken on non-x86: does not link: searches for x86-specific optimizations.
Diffstat (limited to 'math/gotoblas')
-rw-r--r--math/gotoblas/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile
index 124acb52d335..9bb48ecf9238 100644
--- a/math/gotoblas/Makefile
+++ b/math/gotoblas/Makefile
@@ -41,12 +41,16 @@ PLIST_FILES= ${GOTOFILES:S|^|lib/|}
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
-.if ${ARCH} == "amd64" || ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
MAKE_FLAGS+= BINARY64=1
.else
MAKE_FLAGS+= BINARY32=1
.endif
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not link: searches for x86-specific optimizations
+.endif
+
.if defined(WITH_INTERFACE64)
MAKE_FLAGS+= INTERFACE64=1
.endif