Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/libetonyek libetonyek: Fix build (probably ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d33c9244c565
branches:  trunk
changeset: 431039:d33c9244c565
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri May 08 12:37:55 2020 +0000

description:
libetonyek: Fix build (probably with recent boost)

diffstat:

 converters/libetonyek/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4ece3c8aab24 -r d33c9244c565 converters/libetonyek/Makefile
--- a/converters/libetonyek/Makefile    Fri May 08 12:37:27 2020 +0000
+++ b/converters/libetonyek/Makefile    Fri May 08 12:37:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/05/06 14:04:06 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/08 12:37:55 ryoon Exp $
 
 DISTNAME=      libetonyek-0.1.9
 PKGREVISION=   5
@@ -16,7 +16,7 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
-USE_LANGUAGES= c c++0x
+USE_LANGUAGES= c c++17
 
 CONFIGURE_ARGS+=       --disable-tests
 CONFIGURE_ARGS+=       --without-docs



Home | Main Index | Thread Index | Old Index