Index: head/textproc/luceneplusplus/Makefile =================================================================== --- head/textproc/luceneplusplus/Makefile (revision 387488) +++ head/textproc/luceneplusplus/Makefile (revision 387489) @@ -1,28 +1,32 @@ # $FreeBSD$ PORTNAME= lucene++ PORTVERSION= 3.0.7 DISTVERSIONPREFIX= rel_ CATEGORIES= textproc MAINTAINER= arved@FreeBSD.org COMMENT= C++ port of the Lucene library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LGPL.license LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= luceneplusplus GH_PROJECT= LucenePlusPlus -USES= cmake:outsource +USES= cmake:outsource compiler USE_LDCONFIG= yes .include + +.if ${COMPILER_TYPE} == gcc +EXTRA_PATCHES= ${FILESDIR}/extra-patch-CMakeLists.txt +.endif post-install: cd ${WRKSRC}/include &&${INSTALL_DATA} *.h \ ${STAGEDIR}${PREFIX}/include/lucene++/ .include Index: head/textproc/luceneplusplus/files/extra-patch-CMakeLists.txt =================================================================== --- head/textproc/luceneplusplus/files/extra-patch-CMakeLists.txt (nonexistent) +++ head/textproc/luceneplusplus/files/extra-patch-CMakeLists.txt (revision 387489) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2015-01-30 17:14:22.000000000 +0100 ++++ CMakeLists.txt 2015-05-26 18:05:53.000000000 +0200 +@@ -20,6 +20,8 @@ + #################################### + include(cotire) + ++set_property(GLOBAL PROPERTY COTIRE_ENABLE_PRECOMPILED_HEADER FALSE) ++ + # if setup using the Toolchain-llvm.cmake file, then use llvm... + if(ENABLE_LLVM) + include(Toolchain-llvm) Property changes on: head/textproc/luceneplusplus/files/extra-patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property