pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp3



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul  6 07:28:20 UTC 2023

Modified Files:
        pkgsrc/www/nghttp3: Makefile

Log Message:
nghttp3: Require a C++17 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/nghttp3/Makefile

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

Modified files:

Index: pkgsrc/www/nghttp3/Makefile
diff -u pkgsrc/www/nghttp3/Makefile:1.7 pkgsrc/www/nghttp3/Makefile:1.8
--- pkgsrc/www/nghttp3/Makefile:1.7     Tue Jun  6 07:16:48 2023
+++ pkgsrc/www/nghttp3/Makefile Thu Jul  6 07:28:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/06/06 07:16:48 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/07/06 07:28:20 nia Exp $
 
 DISTNAME=      nghttp3-0.12.0
 CATEGORIES=    www
@@ -13,5 +13,8 @@ LICENSE=      mit
 
 USE_LANGUAGES= c c++
 
+# C++17
+GCC_REQD+=     7
+
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index