Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2017 00:04:52 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456271 - head/print/harfbuzz
Message-ID:  <201712140004.vBE04qk4049381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Dec 14 00:04:52 2017
New Revision: 456271
URL: https://svnweb.freebsd.org/changeset/ports/456271

Log:
  print/harfbuzz-icu: chase C++11 library after r450556

Modified:
  head/print/harfbuzz/Makefile   (contents, props changed)

Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile	Thu Dec 14 00:04:35 2017	(r456270)
+++ head/print/harfbuzz/Makefile	Thu Dec 14 00:04:52 2017	(r456271)
@@ -31,7 +31,7 @@ CONFIGURE_ARGS+=	--without-icu
 .else
 CONFIGURE_ARGS+=	--with-icu \
 		--disable-gtk-doc-html
-USES+=		compiler:c++0x
+USES+=		compiler:c++11-lib
 LIB_DEPENDS+=	libharfbuzz.so:print/harfbuzz \
 		libicudata.so:devel/icu
 



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