summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/zlib
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-01-14 23:53:29 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-01-17 18:55:42 +0000
commit6adc3d91dad18d25451f7ca289efdc5f1192b21f (patch)
tree4f73dd3b931d90243e42f45623d0ae7bc35f5221 /sdk/recipes/patches/zlib
parent92200bd9ffebb81769913dc60fbb367cd21b893d (diff)
downloadtoolchains-6adc3d91dad18d25451f7ca289efdc5f1192b21f.tar.gz
toolchains-6adc3d91dad18d25451f7ca289efdc5f1192b21f.tar.bz2
Fix up patches to apply cleanly for RISC OS.
Diffstat (limited to 'sdk/recipes/patches/zlib')
-rw-r--r--sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p b/sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p
index 252d436..24d7a7e 100644
--- a/sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p
+++ b/sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p
@@ -1,6 +1,6 @@
--- configure.orig 2012-05-02 05:17:08.000000000 +0100
+++ configure 2012-07-17 17:57:01.000000000 +0100
-@@ -381,18 +381,18 @@
+@@ -423,18 +423,18 @@
echo >> configure.log
# check for large file support, and if none, check for fseeko()
@@ -31,7 +31,7 @@
echo "Checking for off64_t... No." | tee -a configure.log
echo >> configure.log
cat > $test.c <<EOF
-@@ -409,7 +409,7 @@
+@@ -451,7 +451,7 @@
SFLAGS="${SFLAGS} -DNO_FSEEKO"
echo "Checking for fseeko... No." | tee -a configure.log
fi