USE_GITHUB= yes
GH_ACCOUNT= monocasual
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=freebsd
CONFIGURE_ARGS= --target=${OPSYS:tl}
USE_XORG= x11 xext xft xpm
LDFLAGS+= -lfltk
--- src/core/init.cpp.orig 2019-02-22 10:29:43 UTC
+++ src/core/init.cpp
@@ -25,6 +25,7 @@
* -------------------------------------------------------------------------- */
+#include <atomic>
#include <thread>
#include <ctime>
#ifdef __APPLE__
@@ -250,4 +251,4 @@ void shutdown()
gu_log("[init] Giada " G_VERSION_STR " closed\n\n");
gu_logClose();
}
-}}} // giada::m::init
\ No newline at end of file
+}}} // giada::m::init