[openal-soft] 01/01: remove unnecessary patches

Bret Curtis psi29a at gmail.com
Fri Jul 28 17:26:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

psi29a-guest pushed a commit to branch master
in repository openal-soft.

commit 4f4fdb926b8ce7af0e786459c928f5aa3ce2ad4c
Author: Bret Curtis <psi29a at gmail.com>
Date:   Fri Jul 28 19:26:28 2017 +0200

    remove unnecessary patches
---
 debian/patches/1_fpu_neon.patch | 34 ----------------------------------
 debian/patches/series           |  1 -
 2 files changed, 35 deletions(-)

diff --git a/debian/patches/1_fpu_neon.patch b/debian/patches/1_fpu_neon.patch
deleted file mode 100644
index d62cc78..0000000
--- a/debian/patches/1_fpu_neon.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 5784d35..a5a5049 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -360,6 +360,7 @@ SET(SSE_SWITCH "")
- SET(SSE2_SWITCH "")
- SET(SSE3_SWITCH "")
- SET(SSE4_1_SWITCH "")
-+SET(FPU_NEON_SWITCH "")
- IF(NOT MSVC)
-     CHECK_C_COMPILER_FLAG(-msse HAVE_MSSE_SWITCH)
-     IF(HAVE_MSSE_SWITCH)
-@@ -377,6 +378,10 @@ IF(NOT MSVC)
-     IF(HAVE_MSSE4_1_SWITCH)
-         SET(SSE4_1_SWITCH "-msse4.1")
-     ENDIF()
-+    CHECK_C_COMPILER_FLAG(-mfpu=neon HAVE_MFPU_NEON_SWITCH)
-+    IF(HAVE_MFPU_NEON_SWITCH)
-+        SET(FPU_NEON_SWITCH "-mfpu=neon")
-+    ENDIF()
- ENDIF()
- 
- CHECK_C_SOURCE_COMPILES("int foo(const char *str, ...) __attribute__((format(printf, 1, 2)));
-@@ -759,6 +764,10 @@ IF(HAVE_ARM_NEON_H)
-     IF(ALSOFT_CPUEXT_NEON)
-         SET(HAVE_NEON 1)
-         SET(ALC_OBJS  ${ALC_OBJS} Alc/mixer_neon.c)
-+        IF(FPU_NEON_SWITCH)
-+            SET_SOURCE_FILES_PROPERTIES(Alc/mixer_neon.c PROPERTIES
-+                                        COMPILE_FLAGS "${FPU_NEON_SWITCH}")
-+        ENDIF()
-         SET(CPU_EXTS "${CPU_EXTS}, Neon")
-     ENDIF()
- ENDIF()
diff --git a/debian/patches/series b/debian/patches/series
index b5917f3..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-1_fpu_neon.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openal-soft.git



More information about the Pkg-games-commits mailing list