aboutsummaryrefslogtreecommitdiffstats
path: root/community/openal-soft/openal-fegetround.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-09 10:49:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-09 10:50:12 +0000
commit8893ad96d9620cb797e972c680b635a95587ca89 (patch)
tree8ead686e77d3b8b618da222b4a900b7ea0289d4a /community/openal-soft/openal-fegetround.patch
parent75207f7e247844cf29459fb6155c93e48c4ac0fb (diff)
downloadaports-8893ad96d9620cb797e972c680b635a95587ca89.tar.bz2
aports-8893ad96d9620cb797e972c680b635a95587ca89.tar.xz
community/openal-soft: upgrade to 1.16.0
Diffstat (limited to 'community/openal-soft/openal-fegetround.patch')
-rw-r--r--community/openal-soft/openal-fegetround.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/openal-soft/openal-fegetround.patch b/community/openal-soft/openal-fegetround.patch
deleted file mode 100644
index 261ab595a0..0000000000
--- a/community/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);