From 42157a0b196837c42cbdc0f654410ad5b5d247d4 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sun, 14 Aug 2016 03:14:26 +0200 Subject: community/audacity: gcc6 build fix --- community/audacity/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/audacity/APKBUILD') diff --git a/community/audacity/APKBUILD b/community/audacity/APKBUILD index 039cc56ba4..ab88c891d5 100644 --- a/community/audacity/APKBUILD +++ b/community/audacity/APKBUILD @@ -55,7 +55,7 @@ build() { x86|x86_64) _arch="--enable-sse";; *) _arch="--disable-sse";; esac - + export CXXFLAGS="$CXXFLAGS -std=gnu++98" LIBNYQUIST_USE_LOCAL=yes \ CFLAGS="$CFLAGS -fPIC" \ ./configure \ -- cgit v1.2.3