mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
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)
10 lines
296 B
C++
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"
|