Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 14:31:11 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504551 - head/misc/bibletime
Message-ID:  <201906191431.x5JEVBku055507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jun 19 14:31:10 2019
New Revision: 504551
URL: https://svnweb.freebsd.org/changeset/ports/504551

Log:
  Add compiler:c11 to USES to unbreak on powerpc64:
  
    btosismorphsegmentation.cpp.o: undefined reference to sword::SWOptionFilter::SWOptionFilter
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/bibletime/Makefile

Modified: head/misc/bibletime/Makefile
==============================================================================
--- head/misc/bibletime/Makefile	Wed Jun 19 14:14:42 2019	(r504550)
+++ head/misc/bibletime/Makefile	Wed Jun 19 14:31:10 2019	(r504551)
@@ -11,12 +11,10 @@ COMMENT=	Open source Bible study tool
 
 LICENSE=	GPLv2
 
-BROKEN_powerpc64=	fails to compile: btosismorphsegmentation.cpp.o: undefined reference to sword::SWOptionFilter::SWOptionFilter
-
 LIB_DEPENDS=	libclucene-core.so:textproc/clucene \
 		libsword.so:misc/sword
 
-USES=		cmake qt:5 tar:xz ssl
+USES=		cmake compiler:c11 qt:5 tar:xz ssl
 USE_QT=		buildtools core dbus gui linguist_build network script svg \
 		webkit xml qmake_build
 .include <bsd.port.mk>



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