summaryrefslogtreecommitdiffstats
path: root/abs/extra/zip/zip-3.0-build.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-22 00:12:55 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-22 00:12:55 (GMT)
commit388802c13f058c355dc60c2a0516d11d892e4447 (patch)
tree5bfab6998a672e3665d949cef26d7847a221f9e0 /abs/extra/zip/zip-3.0-build.patch
parent32d3a049ce06d371ccf4c8b95c9be1f87fe4d413 (diff)
downloadlinhes_pkgbuild-388802c13f058c355dc60c2a0516d11d892e4447.zip
linhes_pkgbuild-388802c13f058c355dc60c2a0516d11d892e4447.tar.gz
linhes_pkgbuild-388802c13f058c355dc60c2a0516d11d892e4447.tar.bz2
zip 3.0 rebuild
Diffstat (limited to 'abs/extra/zip/zip-3.0-build.patch')
-rw-r--r--abs/extra/zip/zip-3.0-build.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/abs/extra/zip/zip-3.0-build.patch b/abs/extra/zip/zip-3.0-build.patch
deleted file mode 100644
index 880b49e..0000000
--- a/abs/extra/zip/zip-3.0-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- zip/unix/configure
-+++ zip/unix/configure
-@@ -18,7 +18,7 @@
-
- CC=${1-cc}
- CFLAGS=${2-"-I. -DUNIX"}
--LFLAGS1=''
-+LFLAGS1="${LDFLAGS}"
- LFLAGS2=''
- LN="ln -s"
-
-@@ -118,7 +118,7 @@ _EOF_
- fi
-
- # optimization flags
--if test -n "${CFLAGS_OPT}"; then
-+if false; then
- CFLAGS="${CFLAGS} ${CFLAGS_OPT}"
- CFLAGS_BZ="${CFLAGS_BZ} ${CFLAGS_OPT}"
- fi
-@@ -220,13 +220,6 @@ fi
- echo Check for the C preprocessor
- # on SVR4, cc -E does not produce correct assembler files. Need /lib/cpp.
- CPP="${CC} -E"
--# solaris as(1) needs -P, maybe others as well ?
--[ -f /usr/ccs/lib/cpp ] && CPP="/usr/ccs/lib/cpp -P"
--[ -f /usr/lib/cpp ] && CPP=/usr/lib/cpp
--[ -f /lib/cpp ] && CPP=/lib/cpp
--[ -f /usr/bin/cpp ] && CPP=/usr/bin/cpp
--[ -f /xenix ] && CPP="${CC} -E"
--[ -f /lynx.os ] && CPP="${CC} -E"
-
- echo "#include <stdio.h>" > conftest.c
- $CPP conftest.c >/dev/null 2>/dev/null || CPP="${CC} -E"