From c495c95b1c64c05bef547b82084a16ef34c5c0d9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 17 Jul 2012 19:03:23 +0100 Subject: Update to build from scratch Add basic README containing dependancies and risc os build instructions --- .../patches/zlib/arm-unknown-riscos/configure.p | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p') diff --git a/sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p b/sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p index 9fc5e81..252d436 100644 --- a/sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p +++ b/sdk/recipes/patches/zlib/arm-unknown-riscos/configure.p @@ -1,42 +1,42 @@ ---- configure.orig 2007-11-07 09:39:25.111922700 +0000 -+++ configure 2007-11-07 09:42:47.386922700 +0000 -@@ -260,18 +260,18 @@ - TEST="all teststatic testshared" - fi +--- configure.orig 2012-05-02 05:17:08.000000000 +0100 ++++ configure 2012-07-17 17:57:01.000000000 +0100 +@@ -381,18 +381,18 @@ + echo >> configure.log + # check for large file support, and if none, check for fseeko() -cat > $test.c < -off64_t dummy = 0; -EOF --if test "`($CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c) 2>&1`" = ""; then +-if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then - CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE=1" - SFLAGS="${SFLAGS} -D_LARGEFILE64_SOURCE=1" - ALL="${ALL} all64" - TEST="${TEST} test64" -- echo "Checking for off64_t... Yes." -- echo "Checking for fseeko... Yes." +- echo "Checking for off64_t... Yes." | tee -a configure.log +- echo "Checking for fseeko... Yes." | tee -a configure.log -else +#cat > $test.c < +#off64_t dummy = 0; +#EOF -+#if test "`($CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c) 2>&1`" = ""; then ++#if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then +# CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE=1" +# SFLAGS="${SFLAGS} -D_LARGEFILE64_SOURCE=1" +# ALL="${ALL} all64" +# TEST="${TEST} test64" -+# echo "Checking for off64_t... Yes." -+# echo "Checking for fseeko... Yes." ++# echo "Checking for off64_t... Yes." | tee -a configure.log ++# echo "Checking for fseeko... Yes." | tee -a configure.log +#else - echo "Checking for off64_t... No." + echo "Checking for off64_t... No." | tee -a configure.log + echo >> configure.log cat > $test.c < -@@ -287,7 +287,7 @@ +@@ -409,7 +409,7 @@ SFLAGS="${SFLAGS} -DNO_FSEEKO" - echo "Checking for fseeko... No." + echo "Checking for fseeko... No." | tee -a configure.log fi -fi -+#fi ++##fi - cp -p zconf.h.in zconf.h + echo >> configure.log -- cgit v1.2.3