mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -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
205 B
C++
10 lines
205 B
C++
--- lib/dir_lock.h.orig 2018-03-02 05:46:44 UTC
|
|
+++ lib/dir_lock.h
|
|
@@ -11,6 +11,7 @@
|
|
#include <chrono>
|
|
#include <functional>
|
|
#include <zen/file_error.h>
|
|
+#include <zen/warn_static.h>
|
|
|
|
|
|
namespace fff
|