pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz This version uses C++11. Set c++11 to U...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04b264a2c64d
branches:  trunk
changeset: 397998:04b264a2c64d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jul 08 17:48:01 2019 +0000

description:
This version uses C++11. Set c++11 to USE_LANGUAGES

Noticed by leot@. Thank you.

diffstat:

 fonts/harfbuzz/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ef3391e83d7 -r 04b264a2c64d fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Mon Jul 08 16:48:33 2019 +0000
+++ b/fonts/harfbuzz/Makefile   Mon Jul 08 17:48:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2019/07/02 12:58:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.117 2019/07/08 17:48:01 ryoon Exp $
 
 DISTNAME=      harfbuzz-2.5.3
 CATEGORIES=    fonts
@@ -14,7 +14,7 @@
 PLIST_VARS+=           graphite2
 .include "../../graphics/librsvg/available.mk"
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index