svn commit: r484149 - head/textproc/luceneplusplus

Tilman Keskinoz arved at FreeBSD.org
Sun Nov 4 21:16:57 UTC 2018


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>


More information about the svn-ports-all mailing list