pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Jan  4 14:52:43 UTC 2019

Modified Files:
        pkgsrc/www/nghttp2: Makefile

Log Message:
nghttp2: Add GCC_REQ for c++14

While the package without options does not actually use C++14,
configure looks for it, and fails to find the C++ version of the C
preprocessor, at least on betbsd-7 with gcc 4.8.5.

(Perhaps the cpp searching could be fixed, and the USE_LANGUAGES pushed
into options that need it, but that seems more complicated than is
useful, given that one more or less needs to have a C++14 cpmpiler
anyway.)


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/nghttp2/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/nghttp2/Makefile
diff -u pkgsrc/www/nghttp2/Makefile:1.46 pkgsrc/www/nghttp2/Makefile:1.47
--- pkgsrc/www/nghttp2/Makefile:1.46    Thu Dec 13 19:51:38 2018
+++ pkgsrc/www/nghttp2/Makefile Fri Jan  4 14:52:43 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2018/12/13 19:51:38 adam Exp $
+# $NetBSD: Makefile,v 1.47 2019/01/04 14:52:43 gdt Exp $
 
 DISTNAME=      nghttp2-1.35.1
 PKGREVISION=   1
@@ -13,6 +13,8 @@ COMMENT=      Implementation of HTTP/2 in C
 LICENSE=       mit
 
 USE_LANGUAGES=         c c++14
+GCC_REQD+=             6
+
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index