summaryrefslogtreecommitdiff
path: root/arm-riscos-gnueabihf/recipes/patches/infozip/globals.p
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2022-06-01 01:15:14 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-11-03 13:22:32 +0000
commit6765e3cf05f87bc4aaecae5c223b430a72d93a3a (patch)
treecb98535af184511062be8b7f020b60a623d4472e /arm-riscos-gnueabihf/recipes/patches/infozip/globals.p
parent671590abe5fe58e1d9524fdf0ce85ae18d6e0f62 (diff)
downloadtoolchains-6765e3cf05f87bc4aaecae5c223b430a72d93a3a.tar.gz
toolchains-6765e3cf05f87bc4aaecae5c223b430a72d93a3a.tar.bz2
First cut at GCC 10/arm-riscos-gnueabihf
Diffstat (limited to 'arm-riscos-gnueabihf/recipes/patches/infozip/globals.p')
-rw-r--r--arm-riscos-gnueabihf/recipes/patches/infozip/globals.p13
1 files changed, 13 insertions, 0 deletions
diff --git a/arm-riscos-gnueabihf/recipes/patches/infozip/globals.p b/arm-riscos-gnueabihf/recipes/patches/infozip/globals.p
new file mode 100644
index 0000000..c10adfa
--- /dev/null
+++ b/arm-riscos-gnueabihf/recipes/patches/infozip/globals.p
@@ -0,0 +1,13 @@
+--- globals.c.orig 2005-03-20 12:32:02.000000000 -0800
++++ globals.c 2008-01-12 22:45:07.000000000 -0800
+@@ -30,6 +30,10 @@
+ int pathput = 1; /* 1=store path with name */
+ #ifdef RISCOS
+ int scanimage = 1; /* 1=scan through image files */
++#else
++#ifdef FORRISCOS
++int decomma = 0;
++#endif
+ #endif
+ int method = BEST; /* one of BEST, DEFLATE (only), or STORE (only) */
+ int dosify = 0; /* 1=make new entries look like MSDOS */