From: Bradley Sepos Date: Wed, 15 Jun 2016 00:07:01 +0000 (-0400) Subject: contrib: Update to libiconv 1.14. X-Git-Tag: 1.0.0~354^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e10c9b01e611494c955308e5467eb318a91802c;p=handbrake contrib: Update to libiconv 1.14. --- diff --git a/contrib/libiconv/module.defs b/contrib/libiconv/module.defs index e7116afac..618e79d1b 100644 --- a/contrib/libiconv/module.defs +++ b/contrib/libiconv/module.defs @@ -1,13 +1,9 @@ $(eval $(call import.MODULE.defs,LIBICONV,libiconv)) $(eval $(call import.CONTRIB.defs,LIBICONV)) -LIBICONV.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libiconv-1.13.tar.gz -LIBICONV.FETCH.url += http://ftp.gnu.org/gnu/libiconv/libiconv-1.13.tar.gz -LIBICONV.FETCH.md5 = 048032a3032ebd182150bdee30a5d533 - -# TODO: libiconv >= 1.14 -#LIBICONV.FETCH.url = http://ftp.gnu.org/gnu/libiconv/libiconv-1.14.tar.gz -#LIBICONV.FETCH.md5 = e34509b1623cec449dfeb73d7ce9c6c6 +LIBICONV.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libiconv-1.14.tar.gz +LIBICONV.FETCH.url += https://ftp.gnu.org/gnu/libiconv/libiconv-1.14.tar.gz +LIBICONV.FETCH.md5 = e34509b1623cec449dfeb73d7ce9c6c6 # this contrib will not build under MinGW with -std=gnu99 ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))