pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/botan3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 26 11:45:48 UTC 2023

Modified Files:
        pkgsrc/security/botan3: Makefile

Log Message:
botan3: needs gcc 11


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/botan3/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/botan3/Makefile
diff -u pkgsrc/security/botan3/Makefile:1.1 pkgsrc/security/botan3/Makefile:1.2
--- pkgsrc/security/botan3/Makefile:1.1 Mon Jun 26 11:40:39 2023
+++ pkgsrc/security/botan3/Makefile     Mon Jun 26 11:45:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/06/26 11:40:39 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/26 11:45:48 wiz Exp $
 
 DISTNAME=      Botan-3.0.0
 PKGNAME=       ${DISTNAME:S/Botan/botan3/}
@@ -16,9 +16,7 @@ DEPENDS+=     mozilla-rootcerts-[0-9]*:../..
 HAS_CONFIGURE=         yes
 USE_LANGUAGES=         c++
 USE_TOOLS+=            gmake
-# actually, 11, but that version is not in pkgsrc
-# GCC_REQD+=           11
-GCC_REQD+=             12
+GCC_REQD+=             11
 
 PYTHON_FOR_BUILD_ONLY= yes
 



Home | Main Index | Thread Index | Old Index