aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-base
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-22 01:15:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-22 01:15:19 +0000
commit4cb19e7f8736e7bc55f9efa09ac868abbe116836 (patch)
tree0c07443b478fb33416592bf0cae1d18b5907dd27 /lang/gnustep-base
parent145e894e6883a8b63b5589242af55a01e36236d4 (diff)
downloadports-4cb19e7f8736e7bc55f9efa09ac868abbe116836.tar.gz
ports-4cb19e7f8736e7bc55f9efa09ac868abbe116836.zip
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=473012
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 303421e90d7e..387927fa39cd 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -13,6 +13,8 @@ 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
@@ -21,12 +23,12 @@ LIB_DEPENDS+= libgcrypt.so:security/libgcrypt
RUN_DEPENDS+= ${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:devel/gnustep-make
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
-CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
USES= pkgconfig iconv gnustep
USE_GNUSTEP= build
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
+CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
MAKE_FLAGS= OPTFLAG="${CFLAGS}"