pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib MesaLib: Needs c++14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0073ed62e92f
branches:  trunk
changeset: 417404:0073ed62e92f
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 10 14:21:00 2019 +0000

description:
MesaLib: Needs c++14

diffstat:

 graphics/MesaLib/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 657032c884f8 -r 0073ed62e92f graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Sun Nov 10 14:17:38 2019 +0000
+++ b/graphics/MesaLib/Makefile Sun Nov 10 14:21:00 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.174 2019/10/29 20:27:39 nia Exp $
+# $NetBSD: Makefile,v 1.175 2019/11/10 14:21:00 nia Exp $
 
-DISTNAME=      mesa-19.2.2
+DISTNAME=      mesa-19.2.3
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
 CATEGORIES=    graphics
 MASTER_SITES=  https://mesa.freedesktop.org/archive/
@@ -12,9 +12,12 @@
 LICENSE=       mit
 
 USE_TOOLS+=    bison flex pkg-config xgettext
-USE_LANGUAGES= c99 c++
+USE_LANGUAGES= c99 c++14
 USE_LIBTOOL=   yes
 
+# ERROR: C++ Compiler does not support -std=c++14
+GCC_REQD+=     5
+
 USE_FEATURES+= strnlen
 
 CFLAGS.SunOS+=         -D_POSIX_PTHREAD_SEMANTICS



Home | Main Index | Thread Index | Old Index