diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-24 20:54:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-24 20:56:01 +0200 |
commit | de92e9de68ca650e2a4ec843b8d65c01399e27b1 (patch) | |
tree | 45c45c6957fe86762895e6bc15bbdad54aa77c5c /package/libtiff/patches | |
parent | a72badfd2c0f4dcabb93695dfa1f4832c0555aa9 (diff) |
update tiff to latest stable version
Diffstat (limited to 'package/libtiff/patches')
-rw-r--r-- | package/libtiff/patches/patch-Makefile_in | 11 | ||||
-rw-r--r-- | package/libtiff/patches/patch-config_ltmain_sh | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/package/libtiff/patches/patch-Makefile_in b/package/libtiff/patches/patch-Makefile_in deleted file mode 100644 index 529d1cb47..000000000 --- a/package/libtiff/patches/patch-Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- tiff-3.9.4.orig/Makefile.in 2010-06-15 20:58:54.000000000 +0200 -+++ tiff-3.9.4/Makefile.in 2011-01-08 11:52:47.000000000 +0100 -@@ -330,7 +330,7 @@ EXTRA_DIST = \ - nmake.opt - - dist_doc_DATA = $(docfiles) --SUBDIRS = port libtiff tools build contrib test man html -+SUBDIRS = port libtiff build man - all: all-recursive - - .SUFFIXES: diff --git a/package/libtiff/patches/patch-config_ltmain_sh b/package/libtiff/patches/patch-config_ltmain_sh deleted file mode 100644 index 9ac507120..000000000 --- a/package/libtiff/patches/patch-config_ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- tiff-3.9.4.orig/config/ltmain.sh 2010-06-11 22:28:18.000000000 +0200 -+++ tiff-3.9.4/config/ltmain.sh 2011-01-14 00:30:36.000000000 +0100 -@@ -5091,7 +5091,7 @@ func_mode_link () - # @file GCC response files - # -tp=* Portland pgcc target processor selection - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|-fstack-protector*|-flto) - func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" - func_append compile_command " $arg" |