Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2019 18:27:56 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493723 - head/audio/giada/files
Message-ID:  <201902231827.x1NIRuGx096872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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__



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902231827.x1NIRuGx096872>