pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Nov  9 14:51:21 UTC 2024

Modified Files:
        pkgsrc/security/gnutls: Makefile

Log Message:
gnutls: require gnu99 for non-constant initializer element


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/security/gnutls/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/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.257 pkgsrc/security/gnutls/Makefile:1.258
--- pkgsrc/security/gnutls/Makefile:1.257       Wed Nov  6 14:51:41 2024
+++ pkgsrc/security/gnutls/Makefile     Sat Nov  9 14:51:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.257 2024/11/06 14:51:41 adam Exp $
+# $NetBSD: Makefile,v 1.258 2024/11/09 14:51:21 wiz Exp $
 
 DISTNAME=      gnutls-3.8.8
 CATEGORIES=    security devel
@@ -14,8 +14,9 @@ DEPENDS+=     mozilla-rootcerts-[0-9]*:../..
 
 PLIST_SRC=     PLIST
 
-USE_CXX_FEATURES=      c++11
 USE_LANGUAGES=         c c++
+USE_CC_FEATURES=       gnu99
+USE_CXX_FEATURES=      c++11
 GCC_REQD+=             6
 
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index