diff --git a/openal-soft-1.14-x86.patch b/openal-soft-1.14-x86.patch deleted file mode 100644 index a4aa9b5..0000000 --- a/openal-soft-1.14-x86.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up openal-soft-1.14/OpenAL32/Include/alu.h.non-x86 openal-soft-1.14/OpenAL32/Include/alu.h ---- openal-soft-1.14/OpenAL32/Include/alu.h.x86 2012-04-12 13:03:01.000000000 +0200 -+++ openal-soft-1.14/OpenAL32/Include/alu.h 2012-04-12 13:07:20.000000000 +0200 -@@ -227,7 +227,7 @@ static __inline ALfloat cubic(ALfloat va - - static __inline int SetMixerFPUMode(void) - { --#if defined(_FPU_GETCW) && defined(_FPU_SETCW) -+#if defined(_FPU_GETCW) && defined(_FPU_SETCW) && (defined(__i386__) || defined(__x86_64__)) - fpu_control_t fpuState, newState; - _FPU_GETCW(fpuState); - newState = fpuState&~(_FPU_EXTENDED|_FPU_DOUBLE|_FPU_SINGLE | -@@ -249,7 +249,7 @@ static __inline int SetMixerFPUMode(void - - static __inline void RestoreFPUMode(int state) - { --#if defined(_FPU_GETCW) && defined(_FPU_SETCW) -+#if defined(_FPU_GETCW) && defined(_FPU_SETCW) && (defined(__i386__) || defined(__x86_64__)) - fpu_control_t fpuState = state; - _FPU_SETCW(fpuState); - #elif defined(HAVE__CONTROLFP) diff --git a/openal-soft.patch b/openal-soft.patch deleted file mode 100644 index 6c2f519..0000000 --- a/openal-soft.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt 2010-03-30 07:03:34.000000000 +0200 -+++ CMakeLists1.txt 2010-04-04 17:11:19.447191337 +0200 -@@ -423,7 +423,7 @@ - # Needed for openal.pc.in - SET(prefix ${CMAKE_INSTALL_PREFIX}) - SET(exec_prefix "\${prefix}") --SET(libdir "\${exec_prefix}/${LIB_INSTALL_DIR}") -+SET(libdir "${LIB_INSTALL_DIR}") - SET(bindir "\${exec_prefix}/bin") - SET(includedir "\${prefix}/include") - SET(PACKAGE_VERSION "${LIB_VERSION}")