diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-30 20:34:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-30 20:34:09 +0800 |
commit | 0e44bc1084a0328e56572694f9a1565cd1a37a9d (patch) | |
tree | 84871af877e5816707dc13a2cd52082e90c332c5 /lang | |
parent | 2af4712ec2a9492fed176fbcf45cba1742345570 (diff) | |
download | freebsd-ports-gnome-0e44bc1084a0328e56572694f9a1565cd1a37a9d.tar.gz freebsd-ports-gnome-0e44bc1084a0328e56572694f9a1565cd1a37a9d.tar.zst freebsd-ports-gnome-0e44bc1084a0328e56572694f9a1565cd1a37a9d.zip |
No longer broken on aarch64.
PR: 234265
Submitted by: mikael.urankar@gmail.com
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 2c7c8b21fca0..3f35e12c6805 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -13,8 +13,6 @@ COMMENT= GNUstep Foundation library LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -BROKEN_aarch64= fails to compile: <inline asm>:1:27: unexpected token in argument list - LIB_DEPENDS+= libffi.so:devel/libffi LIB_DEPENDS+= libxml2.so:textproc/libxml2 LIB_DEPENDS+= libxslt.so:textproc/libxslt |