aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/audacity/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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 \