upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / filezilla / trunk / wxwidgets-3.2.patch
blob4518e9d0eb203bddeeedf3e6d639548b276d0f3e
1 diff -aur aaa/configure.ac bbb/configure.ac
2 --- aaa/configure.ac 2022-10-27 15:25:10.000000000 +0200
3 +++ bbb/configure.ac 2022-10-27 21:33:52.976284207 +0200
4 @@ -178,13 +178,6 @@
5 equivalent variable and wxWidgets version is $MIN_WX_VERSION or above.
6 ])
7 fi
8 - if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
9 - AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of wxWidgets are not supported.])
10 - elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
11 - if ! echo "$WX_CPPFLAGS" | grep __WXMAC__ > /dev/null; then
12 - AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is not yet supported.])
13 - fi
14 - fi
16 if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.0"; then
17 MAC_REQUIRES_AQUA="YES"