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:           Fri May  8 12:37:55 UTC 2020

Modified Files:
        pkgsrc/converters/libetonyek: Makefile

Log Message:
libetonyek: Fix build (probably with recent boost)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/converters/libetonyek/Makefile:1.28
--- pkgsrc/converters/libetonyek/Makefile:1.27  Wed May  6 14:04:06 2020
+++ pkgsrc/converters/libetonyek/Makefile       Fri May  8 12:37:55 2020
@@ -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 @@ TOOL_DEPENDS+=        gperf-[0-9]*:../../devel/
 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