aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/odcctools/files/as.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/odcctools/files/as.patch')
-rwxr-xr-xrecipes-devtools/odcctools/files/as.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/odcctools/files/as.patch b/recipes-devtools/odcctools/files/as.patch
new file mode 100755
index 0000000..f79a1d6
--- /dev/null
+++ b/recipes-devtools/odcctools/files/as.patch
@@ -0,0 +1,18 @@
+--- apple-x86-odcctools-758.159/as/input-scrub.c 2010-02-24 11:17:32.000000000 +0100
++++ apple-x86-odcctools-758.159-patched/as/input-scrub.c 2010-02-24 11:40:04.000000000 +0100
+@@ -335,6 +335,7 @@
+ char **directory,
+ int *line)
+ {
++#if OLD_PROJECTBUILDER_INTERFACE
+ char *p, *q;
+ static char directory_buf[MAXPATHLEN];
+
+@@ -357,6 +358,7 @@
+ *fileName = p + 1;
+ strncat(directory_buf, p, q - p);
+ }
++#endif
+ }
+
+ /*