Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2018 23:01:12 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480833 - head/textproc/source-highlight
Message-ID:  <201809272301.w8RN1C98009401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Sep 27 23:01:12 2018
New Revision: 480833
URL: https://svnweb.freebsd.org/changeset/ports/480833

Log:
  Fix build on gcc-based archs.

Modified:
  head/textproc/source-highlight/Makefile

Modified: head/textproc/source-highlight/Makefile
==============================================================================
--- head/textproc/source-highlight/Makefile	Thu Sep 27 22:59:12 2018	(r480832)
+++ head/textproc/source-highlight/Makefile	Thu Sep 27 23:01:12 2018	(r480833)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809272301.w8RN1C98009401>