aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxml2/libxml2-pthread.patch
diff options
context:
space:
mode:
authorChristian Kampka <christian@kampka.net>2015-11-28 21:20:17 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-30 08:38:37 +0000
commitab861bea2f5d221406d2f6b1221de06bc48742ce (patch)
treec2c10a177c39c79985aa429d89c19902ceff04e7 /main/libxml2/libxml2-pthread.patch
parent742549a3527667b42658e5b960cfe022a640c3bd (diff)
downloadaports-ab861bea2f5d221406d2f6b1221de06bc48742ce.tar.bz2
aports-ab861bea2f5d221406d2f6b1221de06bc48742ce.tar.xz
main/libxml: new upstream version 2.9.3
fixes #4797
Diffstat (limited to 'main/libxml2/libxml2-pthread.patch')
-rw-r--r--main/libxml2/libxml2-pthread.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/libxml2/libxml2-pthread.patch b/main/libxml2/libxml2-pthread.patch
deleted file mode 100644
index 77d7b3849..000000000
--- a/main/libxml2/libxml2-pthread.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libxml2-2.9.1/threads.c.orig
-+++ libxml2-2.9.1/threads.c
-@@ -47,7 +47,7 @@
- #ifdef HAVE_PTHREAD_H
-
- static int libxml_is_threaded = -1;
--#ifdef __GNUC__
-+#if defined(__GNUC__) && defined(__GLIBC__)
- #ifdef linux
- #if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3)
- extern int pthread_once (pthread_once_t *__once_control,