pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/libetonyek
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Jan 23 03:20:40 UTC 2023
Modified Files:
pkgsrc/converters/libetonyek: Makefile
Log Message:
libetonyek: Fix build with boost-1.81.0
c++14 or later causes multiple definition error from
include/boost/phoenix/stl/tuple.hpp introduced in 1.81.0.
Downgrade --std=c++17 to --std=c++11.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/converters/libetonyek/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/libetonyek/Makefile
diff -u pkgsrc/converters/libetonyek/Makefile:1.41 pkgsrc/converters/libetonyek/Makefile:1.42
--- pkgsrc/converters/libetonyek/Makefile:1.41 Sun Jan 22 16:28:13 2023
+++ pkgsrc/converters/libetonyek/Makefile Mon Jan 23 03:20:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2023/01/22 16:28:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2023/01/23 03:20:40 ryoon Exp $
DISTNAME= libetonyek-0.1.10
PKGREVISION= 7
@@ -16,7 +16,7 @@ TOOL_DEPENDS+= gperf-[0-9]*:../../devel/
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c c++17
+USE_LANGUAGES= c c++11
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-docs
Home |
Main Index |
Thread Index |
Old Index