diff options
author | manu <manu@FreeBSD.org> | 2018-10-11 17:15:41 +0800 |
---|---|---|
committer | manu <manu@FreeBSD.org> | 2018-10-11 17:15:41 +0800 |
commit | ecdf27e2a73c1906256f2570bbbdabbda3749a79 (patch) | |
tree | ddc6db85e92f2401421b64ae7db914078e314999 | |
parent | 6aa256f7744c7832c9667fefd1e51c099d1e7f84 (diff) | |
download | freebsd-ports-gnome-ecdf27e2a73c1906256f2570bbbdabbda3749a79.tar.gz freebsd-ports-gnome-ecdf27e2a73c1906256f2570bbbdabbda3749a79.tar.zst freebsd-ports-gnome-ecdf27e2a73c1906256f2570bbbdabbda3749a79.zip |
devel/concurrencykit: Enable build on aarch64
Build issues have been resolved upstream a while ago.
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17205
-rw-r--r-- | devel/concurrencykit/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/concurrencykit/Makefile b/devel/concurrencykit/Makefile index a89568d9a467..610529c113ee 100644 --- a/devel/concurrencykit/Makefile +++ b/devel/concurrencykit/Makefile @@ -15,7 +15,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 sparc64 -BROKEN_aarch64= fails to configure: Detecting machine architecture...failed [unsupported] BROKEN_armv6= fails to configure: Finding suitable compiler........failed [not found] BROKEN_armv7= fails to configure: Finding suitable compiler........failed [not found] BROKEN_powerpc64= fails to link: skipping incompatible /usr/lib/libgcc.a when searching for -lgcc |