pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gdb gdb: use gnu++11 instead of c++11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3096d91d4468
branches:  trunk
changeset: 441088:3096d91d4468
user:      mcf <mcf%pkgsrc.org@localhost>
date:      Mon Oct 26 03:21:05 2020 +0000

description:
gdb: use gnu++11 instead of c++11

gdb makes use of typeof in gdbsupport/gdb_proc_service.h, which is
disabled with -std=c++11 to prevent symbol collision.

diffstat:

 devel/gdb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c5aa1991e267 -r 3096d91d4468 devel/gdb/Makefile
--- a/devel/gdb/Makefile        Sun Oct 25 22:39:40 2020 +0000
+++ b/devel/gdb/Makefile        Mon Oct 26 03:21:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2020/10/24 18:22:08 kamil Exp $
+# $NetBSD: Makefile,v 1.74 2020/10/26 03:21:05 mcf Exp $
 
 DISTNAME=      gdb-10.1
 CATEGORIES=    devel
@@ -9,7 +9,7 @@
 COMMENT=       Symbolic debugger for multiple language frontends
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES=         c c++11
+USE_LANGUAGES=         c gnu++11
 
 BROKEN_GETTEXT_DETECTION=      yes
 GNU_CONFIGURE=                 yes



Home | Main Index | Thread Index | Old Index