ports/sysutils/freefilesync/files/patch-ui_main__dlg.cpp
Yuri Victorovich 19f1bc0500 sysutils/freefilesync: Update to 9.8
Port changes:
* Updated LICENSE_FILE
* Added IGNORE_FreeBSD_10 because of missing _cxa_thread_atexit()
* Added to LIB_DEPENDS
* Added USE_GNOME
* Removed USE_LDCONFIG
* Updated post-patch

PR:		226276
Submitted by:	Olexandr Davydenko <odavydenko@gmail.com>
Approved by:	tcberner (mentor, implicit)
2018-03-02 08:51:18 +00:00

10 lines
296 B
C++

--- ui/main_dlg.cpp.orig 2018-03-02 05:46:44 UTC
+++ ui/main_dlg.cpp
@@ -28,6 +28,7 @@
#include <wx+/image_resources.h>
#include "cfg_grid.h"
#include "version_check.h"
+#include "version_check_impl.h"
#include "gui_status_handler.h"
#include "small_dlgs.h"
#include "progress_indicator.h"