svn commit: r493723 - head/audio/giada/files
Yuri Victorovich
yuri at FreeBSD.org
Sat Feb 23 18:27:57 UTC 2019
Author: yuri
Date: Sat Feb 23 18:27:56 2019
New Revision: 493723
URL: https://svnweb.freebsd.org/changeset/ports/493723
Log:
audio/giada: fix build with GCC-based architectures, don't assume building on FreeBSD
PR: 235933
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Added:
head/audio/giada/files/
head/audio/giada/files/patch-src_core_init.cpp (contents, props changed)
Added: head/audio/giada/files/patch-src_core_init.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/giada/files/patch-src_core_init.cpp Sat Feb 23 18:27:56 2019 (r493723)
@@ -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__
More information about the svn-ports-head
mailing list