summaryrefslogtreecommitdiff
path: root/textproc/luceneplusplus
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2018-11-04 21:16:56 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2018-11-04 21:16:56 +0000
commit06ae628585dfe7190185ad41cafb65fb3569db89 (patch)
tree6d073f29456b1cdeb3b7f8fc885638ffe9057c1c /textproc/luceneplusplus
parent- Add www/drupal8 entry (diff)
Attempt to fix build on powerpc64
PR: 232741 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=484149
Diffstat (limited to 'textproc/luceneplusplus')
-rw-r--r--textproc/luceneplusplus/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/luceneplusplus/Makefile b/textproc/luceneplusplus/Makefile
index 9e55a4f81443..f298f114dde2 100644
--- a/textproc/luceneplusplus/Makefile
+++ b/textproc/luceneplusplus/Makefile
@@ -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>