pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/xml-security-c



Module Name:    pkgsrc
Committed By:   abs
Date:           Sun Sep 17 09:33:59 UTC 2017

Modified Files:
        pkgsrc/security/xml-security-c: Makefile

Log Message:
Update USE_LANGUAGES from "c c++" to "c c++11"


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/xml-security-c/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/xml-security-c/Makefile
diff -u pkgsrc/security/xml-security-c/Makefile:1.16 pkgsrc/security/xml-security-c/Makefile:1.17
--- pkgsrc/security/xml-security-c/Makefile:1.16        Sun Oct  9 03:17:18 2016
+++ pkgsrc/security/xml-security-c/Makefile     Sun Sep 17 09:33:59 2017
@@ -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 @@ HOMEPAGE=       http://santuario.apache.org/
 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