From bf7c8436bbded21e14a3888cb259fe312678ff5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 12 Oct 2022 23:36:48 +0700 Subject: [PATCH] jigdo: build with C++14 only broken with C++17 --- srcpkgs/jigdo/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/jigdo/template b/srcpkgs/jigdo/template index 16edbc817c8..939e36ceb41 100644 --- a/srcpkgs/jigdo/template +++ b/srcpkgs/jigdo/template @@ -12,3 +12,5 @@ license="GPL-2" homepage="http://atterer.org/jigdo/" distfiles="http://atterer.org/sites/atterer/files/2009-08/${pkgname}/${pkgname}-${version}.tar.bz2" checksum="875c069abad67ce67d032a9479228acdb37c8162236c0e768369505f264827f0" + +CXXFLAGS=-std=c++14