Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2019 09:51:30 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518489 - head/lang/gnustep-base
Message-ID:  <201911270951.xAR9pUhp031283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov 27 09:51:29 2019
New Revision: 518489
URL: https://svnweb.freebsd.org/changeset/ports/518489

Log:
  devel/gnustep-base: unbreak on powerpc64 head
  
  This port builds on elfv2 ABI.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/lang/gnustep-base/Makefile

Modified: head/lang/gnustep-base/Makefile
==============================================================================
--- head/lang/gnustep-base/Makefile	Wed Nov 27 09:48:25 2019	(r518488)
+++ head/lang/gnustep-base/Makefile	Wed Nov 27 09:51:29 2019	(r518489)
@@ -13,7 +13,8 @@ COMMENT=	GNUstep Foundation library
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 
-BROKEN_powerpc64=	fails to link: ld.lld: error: /usr/src/lib/csu/common/crtend.c:55: relocation R_PPC64_ADDR16_DS out of range: -32776 is not in [-32768, 32767]
+BROKEN_FreeBSD_11_powerpc64=	fails to link: ld.lld: error: /usr/src/lib/csu/common/crtend.c:55: relocation R_PPC64_ADDR16_DS out of range: -32776 is not in [-32768, 32767]
+BROKEN_FreeBSD_12_powerpc64=	fails to link: ld.lld: error: /usr/src/lib/csu/common/crtend.c:55: relocation R_PPC64_ADDR16_DS out of range: -32776 is not in [-32768, 32767]
 
 LIB_DEPENDS+=	libffi.so:devel/libffi
 LIB_DEPENDS+=	libxml2.so:textproc/libxml2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911270951.xAR9pUhp031283>