summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-06-19 13:38:23 +0000
committermef <mef@pkgsrc.org>2021-06-19 13:38:23 +0000
commit83b4b74e5a14e6f30285a6d7b565e3f085d92449 (patch)
tree8ccb47056308d2773db11a7f71e7d99fad9631b1
parent42ec619ed56a3d18dab1934d90a5e73c550690a8 (diff)
downloadpkgsrc-83b4b74e5a14e6f30285a6d7b565e3f085d92449.tar.gz
(math/xyconvert) +USE_LANGUAGES+= c++
The problem was: ~/usr/include/g++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^~~~~
-rw-r--r--math/xyconvert/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/xyconvert/Makefile b/math/xyconvert/Makefile
index 631efb7d3d9..ca7eb4b29d7 100644
--- a/math/xyconvert/Makefile
+++ b/math/xyconvert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/04/21 11:42:11 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/06/19 13:38:23 mef Exp $
#
PKGREVISION= 6
@@ -11,6 +11,8 @@ BUILD_TARGET= gui/xyconvert
DISTINFO_FILE= ../../math/xylib/distinfo
PATCHDIR= ../../math/xylib/patches
+USE_LANGUAGES+= c++11
+
GNU_CONFIGURE_WX_VERSION= no
do-install: