(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 \
  ^~~~~
This commit is contained in:
mef 2021-06-19 13:38:23 +00:00
parent 02a195facd
commit e835c2a92d

View file

@ -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 PKGREVISION= 6
@ -11,6 +11,8 @@ BUILD_TARGET= gui/xyconvert
DISTINFO_FILE= ../../math/xylib/distinfo DISTINFO_FILE= ../../math/xylib/distinfo
PATCHDIR= ../../math/xylib/patches PATCHDIR= ../../math/xylib/patches
USE_LANGUAGES+= c++11
GNU_CONFIGURE_WX_VERSION= no GNU_CONFIGURE_WX_VERSION= no
do-install: do-install: