FreeBSD Bugzilla – Attachment 202258 Details for
Bug 235933
audio/giada: fix build with GCC-based architectures, don't assume building on FreeBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
giada.patch (text/plain), 1.33 KB, created by
Piotr Kubaj
on 2019-02-22 10:50:09 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-02-22 10:50:09 UTC
Size:
1.33 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 493547) >+++ Makefile (working copy) >@@ -28,7 +28,7 @@ > 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 > >Index: files/patch-src_core_init.cpp >=================================================================== >--- files/patch-src_core_init.cpp (nonexistent) >+++ files/patch-src_core_init.cpp (working copy) >@@ -0,0 +1,17 @@ >+--- 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 > >Property changes on: files/patch-src_core_init.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235933
: 202258