Date: Sun, 4 Nov 2018 21:16:56 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484149 - head/textproc/luceneplusplus Message-ID: <201811042116.wA4LGu1M072529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Sun Nov 4 21:16:56 2018 New Revision: 484149 URL: https://svnweb.freebsd.org/changeset/ports/484149 Log: Attempt to fix build on powerpc64 PR: 232741 Submitted by: Piotr Kubaj Modified: head/textproc/luceneplusplus/Makefile Modified: head/textproc/luceneplusplus/Makefile ============================================================================== --- head/textproc/luceneplusplus/Makefile Sun Nov 4 21:16:14 2018 (r484148) +++ head/textproc/luceneplusplus/Makefile Sun Nov 4 21:16:56 2018 (r484149) @@ -14,12 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LGPL.license LIB_DEPENDS= libboost_system.so:devel/boost-libs -BROKEN_powerpc64= Does not build: Warning: end of file not at end of a line; newline inserted - USE_GITHUB= yes GH_ACCOUNT= luceneplusplus GH_PROJECT= LucenePlusPlus -USES= cmake:outsource compiler +USES= cmake:outsource compiler:c++11-lang +USE_CXXSTD= c++11 USE_LDCONFIG= yes .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811042116.wA4LGu1M072529>