summaryrefslogtreecommitdiff
path: root/package/esound
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-23 16:20:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-23 16:20:30 +0100
commit58344c6e68d0e5e8d63c8e0c4cacbc7a35a88183 (patch)
tree1ddcd6ad9951e04bbe15f5561a7f79879f7b18a7 /package/esound
parent95aca422006361625d967c8d4509efad9869b3d7 (diff)
forgot the patch
Diffstat (limited to 'package/esound')
-rw-r--r--package/esound/Makefile2
-rw-r--r--package/esound/patches/patch-esddsp_c38
2 files changed, 39 insertions, 1 deletions
diff --git a/package/esound/Makefile b/package/esound/Makefile
index ad3e02899..45c3d1529 100644
--- a/package/esound/Makefile
+++ b/package/esound/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= esound
PKG_VERSION:= 0.2.41
-PKG_RELEASE:= 7
+PKG_RELEASE:= 8
PKG_MD5SUM:= 3d8973ed87053d7acc1f4d44af2c4688
PKG_DESCR:= Enlightened Sound Daemon
PKG_SECTION:= multimedia
diff --git a/package/esound/patches/patch-esddsp_c b/package/esound/patches/patch-esddsp_c
new file mode 100644
index 000000000..3b774f403
--- /dev/null
+++ b/package/esound/patches/patch-esddsp_c
@@ -0,0 +1,38 @@
+--- esound-0.2.41.orig/esddsp.c 2008-11-18 21:35:19.000000000 +0100
++++ esound-0.2.41/esddsp.c 2013-12-23 16:08:43.000000000 +0100
+@@ -264,7 +264,7 @@ open_wrapper (int (*func) (const char *,
+ }
+
+ int
+-open (const char *pathname, int flags, ...)
++esd_open (const char *pathname, int flags, ...)
+ {
+ static int (*func) (const char *, int, mode_t) = NULL;
+ va_list args;
+@@ -291,7 +291,7 @@ open (const char *pathname, int flags, .
+ }
+
+ int
+-open64 (const char *pathname, int flags, ...)
++esd_open64 (const char *pathname, int flags, ...)
+ {
+ static int (*func) (const char *, int, mode_t) = NULL;
+ va_list args;
+@@ -355,7 +355,7 @@ fopen_wrapper (FILE * (*func) (const cha
+ }
+
+ FILE *
+-fopen (const char *path, const char *mode)
++esd_fopen (const char *path, const char *mode)
+ {
+ static FILE * (*func) (const char *, const char *) = NULL;
+
+@@ -375,7 +375,7 @@ fopen (const char *path, const char *mod
+ }
+
+ FILE *
+-fopen64 (const char *path, const char *mode)
++esd_fopen64 (const char *path, const char *mode)
+ {
+ static FILE * (*func) (const char *, const char *) = NULL;
+