summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-17 15:52:18 +0000
committerrillig <rillig@pkgsrc.org>2020-05-17 15:52:18 +0000
commit070573d09539430196df722089f9a1e63796b1b7 (patch)
treeac7f852467a17f912156bc73548b517f7dcc5650 /devel
parente8bd476b707294ed5463ba224c3ff25b76f4ee89 (diff)
downloadpkgsrc-070573d09539430196df722089f9a1e63796b1b7.tar.gz
devel/gdb: disable check for unknown configure options
Diffstat (limited to 'devel')
-rw-r--r--devel/gdb/Makefile3
-rw-r--r--devel/gdb7/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 269747d69ac..0a3a76eeaa0 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2020/05/03 17:33:01 rillig Exp $
+# $NetBSD: Makefile,v 1.68 2020/05/17 15:52:18 rillig Exp $
DISTNAME= gdb-8.3.1
CATEGORIES= devel
@@ -13,6 +13,7 @@ USE_LANGUAGES= c c++11
BROKEN_GETTEXT_DETECTION= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has sub-configures
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt makeinfo perl:build bash:run
diff --git a/devel/gdb7/Makefile b/devel/gdb7/Makefile
index ac6888219b2..0b36c4cf742 100644
--- a/devel/gdb7/Makefile
+++ b/devel/gdb7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/05/03 17:40:34 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/17 15:52:18 rillig Exp $
DISTNAME= gdb-7.11
PKGREVISION= 6
@@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v3
BROKEN_GETTEXT_DETECTION= yes
GNU_CONFIGURE= YES
+GNU_CONFIGURE_STRICT= no # has sub-configures
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
USE_TOOLS+= gmake msgfmt makeinfo perl:build bash