summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-14 11:41:00 +0000
committernia <nia@pkgsrc.org>2020-03-14 11:41:00 +0000
commite816755e0fff022ced4027965f2445efac3ce75c (patch)
tree7e6a75201c822981b050036455846aa43ec0fe82 /x11
parentf74be4923bb037a20e75b93f4bbd7c5e641a4d31 (diff)
downloadpkgsrc-e816755e0fff022ced4027965f2445efac3ce75c.tar.gz
qt5: gnu++11... -multimedia needs alloca
Diffstat (limited to 'x11')
-rw-r--r--x11/qt5-qtbase/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common
index 123f030b396..81231ab280c 100644
--- a/x11/qt5-qtbase/Makefile.common
+++ b/x11/qt5-qtbase/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2020/03/05 11:58:07 nia Exp $
+# $NetBSD: Makefile.common,v 1.39 2020/03/14 11:41:00 nia Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -35,7 +35,7 @@
.include "../../mk/dlopen.buildlink3.mk"
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c gnu++11
USE_TOOLS+= gmake perl:build pkg-config
# Avoid failures to due 'register' usage in X11 headers.