pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/xml-security-c Update USE_LANGUAGES from "c c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4b254c67847
branches:  trunk
changeset: 368488:a4b254c67847
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Sep 17 09:33:59 2017 +0000

description:
Update USE_LANGUAGES from "c c++" to "c c++11"

diffstat:

 security/xml-security-c/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 62f010593f70 -r a4b254c67847 security/xml-security-c/Makefile
--- a/security/xml-security-c/Makefile  Sun Sep 17 09:32:32 2017 +0000
+++ b/security/xml-security-c/Makefile  Sun Sep 17 09:33:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/10/09 03:17:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2017/09/17 09:33:59 abs Exp $
 
 DISTNAME=      xml-security-c-1.7.3
 CATEGORIES=    security devel
@@ -9,7 +9,7 @@
 COMMENT=       XML Digital Signature specification implementation
 LICENSE=       apache-2.0
 
-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