commit c7c2cdb3840357a52cf60c2675384481c805ddba
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Oct 8 03:36:53 2017 +0100
Fix build.
audacity-freeworld.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index 8f52532..b9bbd84 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -111,7 +111,9 @@ export WX_CONFIG=wx-config-3.0-gtk2
%configure \
--with-help \
+%if (0%{?fedora} && 0%{?fedora} < 28)
--with-wx-version=3.0-gtk2 \
+%endif
--with-libsndfile=system \
--with-libsoxr=system \
--without-libresample \