diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-28 07:01:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-28 07:01:12 +0800 |
commit | 51813764f3daebd9cd8f2a73f4db4332289202c4 (patch) | |
tree | 3131c41496ff9214b3dac20b5a05758ad7b0bc34 /textproc | |
parent | 0175702fed5a9a8ee8246859ea1990a3f329ad89 (diff) | |
download | freebsd-ports-gnome-51813764f3daebd9cd8f2a73f4db4332289202c4.tar.gz freebsd-ports-gnome-51813764f3daebd9cd8f2a73f4db4332289202c4.tar.zst freebsd-ports-gnome-51813764f3daebd9cd8f2a73f4db4332289202c4.zip |
Fix build on gcc-based archs.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/source-highlight/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |