void-packages/srcpkgs/audacity/patches/wx-3.2.patch

27 lines
1.0 KiB
Diff

Index: audacity-Audacity-2.4.1/configure
===================================================================
--- audacity-Audacity-2.4.1.orig/configure
+++ audacity-Audacity-2.4.1/configure
@@ -19918,7 +19918,7 @@ wx_version=`${WX_CONFIG} $wxconfigargs -
$as_echo "$as_me: Checking that the chosen version of wxWidgets is 3.1.x (or 3.0.x)" >&6;}
case "${wx_version}" in
- 3.1.* | 3.0.*)
+ 3.2.* | 3.1.* | 3.0.*)
echo "Great, you're using wxWidgets ${wx_version}!"
;;
*)
Index: audacity-Audacity-2.4.1/lib-src/lib-widget-extra/configure
===================================================================
--- audacity-Audacity-2.4.1.orig/lib-src/lib-widget-extra/configure
+++ audacity-Audacity-2.4.1/lib-src/lib-widget-extra/configure
@@ -16633,7 +16633,7 @@ wx_version=`${WX_CONFIG} $wxconfigargs -
$as_echo "$as_me: Checking that the chosen version of wxWidgets is 3.1.x (or 3.0.x)" >&6;}
case "${wx_version}" in
- 3.1.* | 3.0.*)
+ 3.2.* | 3.1.* | 3.0.*)
echo "Great, you're using wxWidgets ${wx_version}!"
;;
*)