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