pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/harfbuzz
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Jul 8 17:48:01 UTC 2019
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile
Log Message:
This version uses C++11. Set c++11 to USE_LANGUAGES
Noticed by leot@. Thank you.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/fonts/harfbuzz/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/harfbuzz/Makefile
diff -u pkgsrc/fonts/harfbuzz/Makefile:1.116 pkgsrc/fonts/harfbuzz/Makefile:1.117
--- pkgsrc/fonts/harfbuzz/Makefile:1.116 Tue Jul 2 12:58:23 2019
+++ pkgsrc/fonts/harfbuzz/Makefile Mon Jul 8 17:48:01 2019
@@ -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 @@ LICENSE= mit
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