1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

audio/giada: fix build with GCC-based architectures, don't assume building on FreeBSD

PR:		235933
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Yuri Victorovich 2019-02-23 18:27:56 +00:00
parent f5a1349008
commit e8ed18b720
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493723

View File

@ -0,0 +1,10 @@
--- 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__