svn commit: r456271 - head/print/harfbuzz

Jan Beich jbeich at FreeBSD.org
Thu Dec 14 00:04:53 UTC 2017


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
 


More information about the svn-ports-all mailing list