pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/xyconvert
Module Name: pkgsrc
Committed By: mef
Date: Sat Jun 19 13:38:23 UTC 2021
Modified Files:
pkgsrc/math/xyconvert: Makefile
Log Message:
(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 \
^~~~~
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/xyconvert/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/xyconvert/Makefile
diff -u pkgsrc/math/xyconvert/Makefile:1.8 pkgsrc/math/xyconvert/Makefile:1.9
--- pkgsrc/math/xyconvert/Makefile:1.8 Wed Apr 21 11:42:11 2021
+++ pkgsrc/math/xyconvert/Makefile Sat Jun 19 13:38:23 2021
@@ -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:
Home |
Main Index |
Thread Index |
Old Index