summaryrefslogtreecommitdiffstats
path: root/testing/openal-soft/openal-fegetround.patch
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-04-09 09:22:48 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-04-09 09:22:48 -0500
commit3d41d015770387c83ad935e8209f225dba505bca (patch)
tree060f0aa3b38febd05aa892de55153e0a09037b13 /testing/openal-soft/openal-fegetround.patch
parentf9c5ff16326765c4eb4535e79c6f31101f690fb0 (diff)
downloadaports-3d41d015770387c83ad935e8209f225dba505bca.tar.bz2
aports-3d41d015770387c83ad935e8209f225dba505bca.tar.xz
main/openal-soft: moved from testing
Diffstat (limited to 'testing/openal-soft/openal-fegetround.patch')
-rw-r--r--testing/openal-soft/openal-fegetround.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/openal-soft/openal-fegetround.patch b/testing/openal-soft/openal-fegetround.patch
deleted file mode 100644
index 261ab595a..000000000
--- a/testing/openal-soft/openal-fegetround.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- openal-soft-1.12.854.orig/Alc/ALu.c
-+++ openal-soft-1.12.854.mod/Alc/ALu.c
-@@ -1345,7 +1345,7 @@
- int fpuState;
- ALuint i, c;
-
--#if defined(HAVE_FESETROUND)
-+#if 0
- fpuState = fegetround();
- fesetround(FE_TOWARDZERO);
- #elif defined(HAVE__CONTROLFP)
-@@ -1489,7 +1489,7 @@
- size -= SamplesToDo;
- }
-
--#if defined(HAVE_FESETROUND)
-+#if 0
- fesetround(fpuState);
- #elif defined(HAVE__CONTROLFP)
- _controlfp(fpuState, 0xfffff);