diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-28 07:01:12 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-28 07:01:12 +0800 |
commit | 6671fdf62449ca41e98a9c004af1661f0e74f4da (patch) | |
tree | 3131c41496ff9214b3dac20b5a05758ad7b0bc34 /textproc | |
parent | dc56bbe787981ae34d382e7a3426acc2ffd7fb6e (diff) | |
download | freebsd-ports-gnome-6671fdf62449ca41e98a9c004af1661f0e74f4da.tar.gz freebsd-ports-gnome-6671fdf62449ca41e98a9c004af1661f0e74f4da.tar.zst freebsd-ports-gnome-6671fdf62449ca41e98a9c004af1661f0e74f4da.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 |