View | Details | Raw Unified | Return to bug 235933
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
USE_GITHUB=	yes
28
USE_GITHUB=	yes
29
GH_ACCOUNT=	monocasual
29
GH_ACCOUNT=	monocasual
30
GNU_CONFIGURE=	yes
30
GNU_CONFIGURE=	yes
31
CONFIGURE_ARGS=	--target=freebsd
31
CONFIGURE_ARGS=	--target=${OPSYS:tl}
32
USE_XORG=	x11 xext xft xpm
32
USE_XORG=	x11 xext xft xpm
33
LDFLAGS+=	-lfltk
33
LDFLAGS+=	-lfltk
34
34
(-)files/patch-src_core_init.cpp (+17 lines)
Line 0 Link Here
1
--- src/core/init.cpp.orig	2019-02-22 10:29:43 UTC
2
+++ src/core/init.cpp
3
@@ -25,6 +25,7 @@
4
  * -------------------------------------------------------------------------- */
5
 
6
 
7
+#include <atomic>
8
 #include <thread>
9
 #include <ctime>
10
 #ifdef __APPLE__
11
@@ -250,4 +251,4 @@ void shutdown()
12
 	gu_log("[init] Giada " G_VERSION_STR " closed\n\n");
13
 	gu_logClose();
14
 }
15
-}}} // giada::m::init
16
\ No newline at end of file
17
+}}} // giada::m::init

Return to bug 235933