diff options
author | Bradley Sepos <[email protected]> | 2016-06-14 20:07:01 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-06-21 21:32:51 -0400 |
commit | 3e10c9b01e611494c955308e5467eb318a91802c (patch) | |
tree | be4643a3bb69fed6eebecd2bbc8a680dce04f151 /contrib/libiconv | |
parent | 31be008cc59b0ea652e7144f6a7b23bb61f19996 (diff) |
contrib: Update to libiconv 1.14.
Diffstat (limited to 'contrib/libiconv')
-rw-r--r-- | contrib/libiconv/module.defs | 10 |
1 files changed, 3 insertions, 7 deletions
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)) |