diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 05:55:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 05:55:17 +0000 |
commit | 14295721d421096cb5551d3e1766855a52311df7 (patch) | |
tree | 091112aa72274375ca573520ce5e99f32b2c8aff /graphics | |
parent | Update to 0.000092 (diff) |
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=455165
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/copperspice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/copperspice/Makefile b/graphics/copperspice/Makefile index 6cd3c38ba15f..5c9dd3a92207 100644 --- a/graphics/copperspice/Makefile +++ b/graphics/copperspice/Makefile @@ -48,7 +48,7 @@ PLIST_SUB= LONG_VER=1.3 BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\ cannot be narrowed from type 'unsigned int' to 'long'\ in initializer list [-Wc++11-narrowing] -NOT_FOR_ARCHS= aarch64 armv6 powerpc64 +NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64 NOT_FOR_ARCHS_REASON= fails to build: Unable to detect architecture, please update post-patch: |