You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/ubuntu/maverick_automake/dependencies/arts/debian/patches/kubuntu_01_fix_build.diff

14 lines
400 B

diff -Nru arts-1.5.9/artsc/artsdsp.c arts-1.5.9/artsc/artsdsp.c
--- arts-1.5.9/artsc/artsdsp.c 2007-10-08 09:47:09.000000000 +0000
+++ arts-1.5.9/artsc/artsdsp.c 2008-07-21 18:06:39.000000000 +0000
@@ -37,7 +37,9 @@
#include <sys/ioctl.h>
#include <sys/stat.h>
/* #include <sys/mman.h> */
+#define open ignore_system_open
#include <fcntl.h>
+#undef open
#include <artsc.h>
#include <dlfcn.h>