From 1bdd29d403c86ec1fa5b46f42d4e7d341859ec91 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 23 Jul 2018 05:50:38 +0200 Subject: [PATCH] audacity: rebuild for gcc stdc++ dropping gcc4 compat --- srcpkgs/audacity/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/audacity/template b/srcpkgs/audacity/template index 395cf9ed305..cf70e013609 100644 --- a/srcpkgs/audacity/template +++ b/srcpkgs/audacity/template @@ -1,7 +1,7 @@ # Template file for 'audacity' pkgname=audacity version=2.2.2 -revision=1 +revision=2 wrksrc="${pkgname}-Audacity-${version}" build_style=gnu-configure hostmakedepends="pkg-config cmake libtool m4"