summaryrefslogtreecommitdiffstats
path: root/source/l/esound/esound-0.2.38-fix-open-macro.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/esound/esound-0.2.38-fix-open-macro.patch')
-rw-r--r--source/l/esound/esound-0.2.38-fix-open-macro.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/l/esound/esound-0.2.38-fix-open-macro.patch b/source/l/esound/esound-0.2.38-fix-open-macro.patch
new file mode 100644
index 000000000..412eb9b6d
--- /dev/null
+++ b/source/l/esound/esound-0.2.38-fix-open-macro.patch
@@ -0,0 +1,10 @@
+--- esound-0.2.38/esddsp.c 2007-04-19 16:43:59.000000000 +0200
++++ esound-0.2.38.lennart/esddsp.c 2007-08-09 17:47:11.000000000 +0200
+@@ -252,6 +252,7 @@
+ return (*func) (pathname, flags, mode);
+ }
+
++#undef open
+ int
+ open (const char *pathname, int flags, ...)
+ {