1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Attempt to fix build on powerpc64

PR:		232741
Submitted by:	Piotr Kubaj
This commit is contained in:
Tilman Keskinoz 2018-11-04 21:16:56 +00:00
parent f90e21ae46
commit 06ae628585
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484149

View File

@ -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>