From 4cb19e7f8736e7bc55f9efa09ac868abbe116836 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 22 Jun 2018 01:15:19 +0000 Subject: Mark these ports as broken on aarch64, and, where appropriate, on armvX. While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- lang/gnustep-base/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lang/gnustep-base') 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: :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}" -- cgit v1.2.3