diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/libtiff/Makefile | 6 | ||||
-rw-r--r-- | package/libtiff/patches/patch-Makefile_in | 11 | ||||
-rw-r--r-- | package/libtiff/patches/patch-config_ltmain_sh | 11 |
3 files changed, 3 insertions, 25 deletions
diff --git a/package/libtiff/Makefile b/package/libtiff/Makefile index d71353a97..621c7f9ca 100644 --- a/package/libtiff/Makefile +++ b/package/libtiff/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= tiff -PKG_VERSION:= 3.9.4 -PKG_RELEASE:= 4 -PKG_HASH:= 67b76d075fb74f7cb32e7e4b217701674755fe6cee0f463b259a753fce691da6 +PKG_VERSION:= 4.0.4 +PKG_RELEASE:= 1 +PKG_HASH:= 8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890 PKG_DESCR:= library for reading/writing tiff images PKG_DEPENDS:= libstdcxx PKG_SECTION:= libs/image 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" |