aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-12 09:36:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-12 09:36:00 +0000
commitb6fdd9efca0e2dee407e9171259d18e80297abed (patch)
tree141391b567555a6b684dad2eed93dfedd14045fb
parentfa0c587ffc2c3391a570546cc0d23890e5166915 (diff)
downloadports-b6fdd9efca0e2dee407e9171259d18e80297abed.tar.gz
ports-b6fdd9efca0e2dee407e9171259d18e80297abed.zip
Notes
-rw-r--r--security/nacl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/nacl/Makefile b/security/nacl/Makefile
index a3897b9eefaa..a4f6339b71f7 100644
--- a/security/nacl/Makefile
+++ b/security/nacl/Makefile
@@ -10,16 +10,16 @@ MASTER_SITES= http://hyperelliptic.org/nacl/
MAINTAINER= johans@FreeBSD.org
COMMENT= High speed cryptography library
-BROKEN_powerpc64= Does not build
-
USES= tar:bzip2
ALL_TARGET= do
USE_BINUTILS= yes
MAKE_JOBS_UNSAFE= yes
-BROKEN_ia64= Does not compile on ia64, powerpc, or sparc64
-BROKEN_powerpc= Does not compile on ia64, powerpc, or sparc64
-BROKEN_sparc64= Does not compile on ia64, powerpc, or sparc64
+BROKEN_aarch64= Does not build: /proc/cpuinfo: No such file or directory
+BROKEN_mips64= Does not build: /proc/cpuinfo: No such file or directory
+BROKEN_powerpc= Does not compile on powerpc
+BROKEN_powerpc64= Does not build
+BROKEN_sparc64= Does not compile on sparc64
HOSTNAME_CMD?= /bin/hostname -s
MYARCH= ${ARCH:S/i386/x86/:S/powerpc/ppc/}