diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-05-08 12:37:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-05-08 12:37:55 +0000 |
commit | e6ee15fc6ef052f5a0d9b6e14238673cc0fdd577 (patch) | |
tree | 35cb6d70a37e867484ee9195a137efab7283e3dd /converters | |
parent | 3c8192b02917ea1ec08972f3e120932a09c030c4 (diff) | |
download | pkgsrc-e6ee15fc6ef052f5a0d9b6e14238673cc0fdd577.tar.gz |
libetonyek: Fix build (probably with recent boost)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libetonyek/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libetonyek/Makefile b/converters/libetonyek/Makefile index 7f4192fab55..410a80b8701 100644 --- a/converters/libetonyek/Makefile +++ b/converters/libetonyek/Makefile @@ -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/gperf 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 |