aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2015-09-26 05:44:52 +0800
committerlinimon <linimon@FreeBSD.org>2015-09-26 05:44:52 +0800
commit14b229ca2c258d969350b82a3fba659cd32eea4e (patch)
treed6f044aa41bac2b51a46c2475c6c24a7cb0eefa6 /security
parent0633a409d18129e9cda24d2e153cdea70336d1bc (diff)
downloadfreebsd-ports-gnome-14b229ca2c258d969350b82a3fba659cd32eea4e.tar.gz
freebsd-ports-gnome-14b229ca2c258d969350b82a3fba659cd32eea4e.tar.zst
freebsd-ports-gnome-14b229ca2c258d969350b82a3fba659cd32eea4e.zip
Mark as broken on sparc64 et. al.: uses SSE compiler-specific flag.
Approved by: portmgr (sparc64 blanket)
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-scrypt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/rubygem-scrypt/Makefile b/security/rubygem-scrypt/Makefile
index 5174ef962533..01f94d4f65da 100644
--- a/security/rubygem-scrypt/Makefile
+++ b/security/rubygem-scrypt/Makefile
@@ -18,4 +18,7 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+ONLY_FOR_ARCHS= amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON= invokes SSE compiler flags
+
.include <bsd.port.mk>