[pocl] 05/10: drop glibc-2.23.patch, no longer needed

Andreas Beckmann anbe at moszumanska.debian.org
Tue Nov 28 17:59:42 UTC 2017


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

anbe pushed a commit to branch experimental
in repository pocl.

commit 0d6f555f75728acb8aec5fe0c858bc6999b68906
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Nov 28 05:18:34 2017 +0100

    drop glibc-2.23.patch, no longer needed
---
 debian/patches/glibc-2.23.patch | 22 ----------------------
 debian/patches/series           |  1 -
 2 files changed, 23 deletions(-)

diff --git a/debian/patches/glibc-2.23.patch b/debian/patches/glibc-2.23.patch
deleted file mode 100644
index 11c5b92..0000000
--- a/debian/patches/glibc-2.23.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Author: Andreas Beckmann <anbe at debian.org>
-Description: compatibility with glibc-2.23
- inspired by the Ubuntu patch in 0.13-0ubuntu1
-
---- a/lib/kernel/vecmathlib/floattypes.h
-+++ b/lib/kernel/vecmathlib/floattypes.h
-@@ -39,6 +39,7 @@ using namespace std;
-       __attribute__((__unused__))
- #endif
- 
-+#if !defined(__GLIBC__) || (__GLIBC__ == 6 && __GLIBC_MINOR__ < 23)
- // Capture libc macros, then undefine them
- #ifndef isfinite
- #error "isfinite is not a macro"
-@@ -55,6 +56,7 @@ using namespace std;
- #ifndef signbit
- #error "signbit is not a macro"
- #endif
-+#endif
- 
- namespace {
- template <typename T> inline int libc_isfinite(T x) { return isfinite(x); }
diff --git a/debian/patches/series b/debian/patches/series
index 54a6585..a41451b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,7 +1,6 @@
 os-compat.patch
 typos.patch
 fix-tests-i386.patch
-glibc-2.23.patch
 set-POCL_DEVICE_ADDRESS_BITS-before-use.patch
 consistent-newlines-in-POCL_ABORT.patch
 do-not-export-clang-symbols.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list