From 51813764f3daebd9cd8f2a73f4db4332289202c4 Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 27 Sep 2018 23:01:12 +0000 Subject: Fix build on gcc-based archs. --- textproc/source-highlight/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 06b070879abf..d4ac54e607a8 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -13,13 +13,12 @@ COMMENT= C/C++ and Java sources to HTML converter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to configure: checking for exit in -lboost_regex... (cached) no BROKEN_sparc64= fails to compile with GCC 4.2 BUILD_DEPENDS= exctags:devel/ctags LIB_DEPENDS= libboost_regex.so:devel/boost-libs -USES= gmake pathfix libtool localbase +USES= compiler:c++11-lang gmake pathfix libtool localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bash-completion INSTALL_TARGET= install-strip -- cgit