FreeBSD Bugzilla – Attachment 162128 Details for
Bug 199488
audio/openal-soft: Broken with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openal-soft workaround
openal-soft.patch (text/plain), 1.21 KB, created by
Danilo Egea Gondolfo
on 2015-10-16 16:42:41 UTC
(
hide
)
Description:
openal-soft workaround
Filename:
MIME Type:
Creator:
Danilo Egea Gondolfo
Created:
2015-10-16 16:42:41 UTC
Size:
1.21 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 399436) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= openal-soft > PORTVERSION= 1.16.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= audio > MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ > >Index: files/patch-OpenAL32_alBuffer.c >=================================================================== >--- files/patch-OpenAL32_alBuffer.c (nonexistent) >+++ files/patch-OpenAL32_alBuffer.c (working copy) >@@ -0,0 +1,11 @@ >+--- OpenAL32/alBuffer.c.orig 2015-09-21 20:22:13 UTC >++++ OpenAL32/alBuffer.c >+@@ -1179,7 +1179,7 @@ static ALboolean DecomposeFormat(ALenum >+ { AL_7POINT1_16_SOFT, FmtX71, FmtShort }, >+ { AL_7POINT1_32F_SOFT, FmtX71, FmtFloat }, >+ }; >+- ALuint i; >++ volatile ALuint i; >+ >+ for(i = 0;i < COUNTOF(list);i++) >+ { > >Property changes on: files/patch-OpenAL32_alBuffer.c >___________________________________________________________________ >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 199488
:
155652
|
161340
| 162128