FreeBSD Bugzilla – Attachment 179162 Details for
Bug 216332
net-im/uTox: unbreak build on 10.3-RELEASE amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch-uTox.diff (text/plain), 481 bytes, created by
Carlos J. Puga Medina
on 2017-01-20 20:30:12 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Carlos J. Puga Medina
Created:
2017-01-20 20:30:12 UTC
Size:
481 bytes
patch
obsolete
>Index: net-im/uTox/files/patch-src_main.h >=================================================================== >--- net-im/uTox/files/patch-src_main.h (revision 431995) >+++ net-im/uTox/files/patch-src_main.h (working copy) >@@ -7,7 +7,7 @@ > -#ifndef __OBJC__ > -#define volatile(x)(x) > +#if !defined(__OBJC__) || defined(__NetBSD__) || defined(__FreeBSD__) >-+#define volatile(x) x >++#define volatile(x)(x) > #endif > > #define SCALE(x) (((int)((ui_scale / 10.0) * ((double)x))) ?: 1)
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 216332
:
179162
|
179168