aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cdw/main.c.patch
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@me.com>2014-07-28 15:06:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-31 06:04:55 +0000
commit555a4ed52b1d5e61bec5118cc936a0cb82952d74 (patch)
treea48f176094dbc93d8692c02a7532b9e4cded0dcc /testing/cdw/main.c.patch
parentcd2c0b9f6011465e358ee1fd5cbebb9c6b4b44e6 (diff)
downloadaports-555a4ed52b1d5e61bec5118cc936a0cb82952d74.tar.bz2
aports-555a4ed52b1d5e61bec5118cc936a0cb82952d74.tar.xz
testing/cdw: new aport
cdw is a front-end for cd recoding tools http://cdw.sf.net
Diffstat (limited to 'testing/cdw/main.c.patch')
-rw-r--r--testing/cdw/main.c.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/cdw/main.c.patch b/testing/cdw/main.c.patch
new file mode 100644
index 0000000000..b9ff47346c
--- /dev/null
+++ b/testing/cdw/main.c.patch
@@ -0,0 +1,14 @@
+--- cdw-0.8.0/src/main.c
++++ cdw-0.8.0/src/main.c.changed
+@@ -44,9 +44,9 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <mcheck.h>
++/* #include <mcheck.h> */
+ #include <signal.h> /* sig_atomic_t */
+-
++#include <limits.h>
+ #include <dirent.h> /* PATH_MAX */
+
+ #include "main.h"