svn commit: r483289 - head/textproc/senna

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 12:54:17 UTC 2018


Author: linimon
Date: Sun Oct 28 12:54:16 2018
New Revision: 483289
URL: https://svnweb.freebsd.org/changeset/ports/483289

Log:
  Fix build on powerpc64.
  
  While here, pet portlint.
  
  PR:		232413
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/senna/Makefile

Modified: head/textproc/senna/Makefile
==============================================================================
--- head/textproc/senna/Makefile	Sun Oct 28 12:24:02 2018	(r483288)
+++ head/textproc/senna/Makefile	Sun Oct 28 12:54:16 2018	(r483289)
@@ -13,12 +13,11 @@ COMMENT=	Embeddable Fulltext Search Engine
 BROKEN_aarch64=		does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX
 BROKEN_armv6=		does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX
 BROKEN_armv7=		does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX
-BROKEN_powerpc64=	does not build: relocation truncated to fit: R_PPC64_TOC16_DS
 BROKEN_sparc64=		does not build: libsenna.so: undefined reference to SEN_ATOMIC_ADD_EX
 
+USES=		compiler:c11 gmake libtool pathfix
 GNU_CONFIGURE=	yes
 USE_GCC=	any
-USES=		gmake libtool pathfix
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-sennahome=${SENNA_HOME}
 LDFLAGS+=	-lpthread -L${LOCALBASE}/lib


More information about the svn-ports-all mailing list