summaryrefslogtreecommitdiff
path: root/package/alsa-lib/patches/patch-src_compat_hsearch_r_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-18 09:35:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-18 09:35:16 +0200
commitd871140e95bd81cf9ee4998d7199cff292241681 (patch)
tree1af40dfdcb847dae85e9400f814190e609372907 /package/alsa-lib/patches/patch-src_compat_hsearch_r_c
parent63d872f3a7641da98fb96f368dfe0c05cef953c7 (diff)
parent0e4becbbfdcbd1404b28183ddcddae1ffc352a78 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/alsa-lib/patches/patch-src_compat_hsearch_r_c')
-rw-r--r--package/alsa-lib/patches/patch-src_compat_hsearch_r_c15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/alsa-lib/patches/patch-src_compat_hsearch_r_c b/package/alsa-lib/patches/patch-src_compat_hsearch_r_c
new file mode 100644
index 000000000..bb2bef0b5
--- /dev/null
+++ b/package/alsa-lib/patches/patch-src_compat_hsearch_r_c
@@ -0,0 +1,15 @@
+* added idea/patch from https://github.com/rofl0r/sabotage
+ and https://bitbucket.org/GregorR/musl-pkgsrc-patches
+
+--- alsa-lib-1.0.27.2.orig/src/compat/hsearch_r.c 2013-07-08 14:31:36.000000000 +0200
++++ alsa-lib-1.0.27.2/src/compat/hsearch_r.c 2013-09-17 18:14:02.000000000 +0200
+@@ -1,3 +1,4 @@
++#if 0
+ /* Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
+ Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1993.
+@@ -234,3 +235,4 @@ hsearch_r (item, action, retval, htab)
+ *retval = NULL;
+ return 0;
+ }
++#endif