Files
main/network/ftp/filezilla/files/wxwidgets-3.2.patch
T
2022-07-27 17:02:47 +03:00

28 lines
1.3 KiB
Diff

diff -ru filezilla-3.60.1.orig/configure.ac filezilla-3.60.1/configure.ac
--- filezilla-3.60.1.orig/configure.ac 2022-07-07 23:16:56.929350754 +0200
+++ filezilla-3.60.1/configure.ac 2022-07-11 19:02:07.212006501 +0200
@@ -185,11 +185,6 @@
equivalent variable and wxWidgets version is $MIN_WX_VERSION or above.
])
fi
- if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then
- AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of wxWidgets are not supported.])
- elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then
- AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is not yet supported.])
- fi
if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.0"; then
MAC_REQUIRES_AQUA="YES"
diff -ru filezilla-3.60.1.orig/src/interface/search.h filezilla-3.60.1/src/interface/search.h
--- filezilla-3.60.1.orig/src/interface/search.h 2022-07-07 23:16:56.962684362 +0200
+++ filezilla-3.60.1/src/interface/search.h 2022-07-11 19:01:24.584985318 +0200
@@ -13,7 +13,7 @@
class CSearchDialogFileList;
class CWindowStateManager;
-class CSearchDialog final : protected CFilterConditionsDialog, public CStateEventHandler
+class CSearchDialog final : public CFilterConditionsDialog, public CStateEventHandler
{
friend class CSearchDialogFileList;
public: