diff options
author | Bradley Sepos <[email protected]> | 2015-10-28 17:25:21 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:45:04 -0400 |
commit | ee4ca95e2a1f78903c114411522a04a5bbd7a5bb (patch) | |
tree | d705aad5ceaf03a87d6b7602a73d059ae3347e37 /contrib/libiconv | |
parent | 0310fab56d7801cf37f71876ad6c11390f6ae97d (diff) |
contrib: Add upstream urls where possible.
Diffstat (limited to 'contrib/libiconv')
-rw-r--r-- | contrib/libiconv/module.defs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libiconv/module.defs b/contrib/libiconv/module.defs index 19e4a1240..67f9ef250 100644 --- a/contrib/libiconv/module.defs +++ b/contrib/libiconv/module.defs @@ -4,6 +4,12 @@ $(eval $(call import.CONTRIB.defs,LIBICONV)) LIBICONV.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libiconv-1.13.tar.bz2 LIBICONV.FETCH.md5 = 9c8b41b77f508edf72e26b406e873a2f +# TODO: Upstream no longer provides bzip2 archives, libiconv 1.14 is latest +#LIBICONV.FETCH.url = http://ftp.gnu.org/gnu/libiconv/libiconv-1.13.tar.gz +#LIBICONV.FETCH.md5 = 048032a3032ebd182150bdee30a5d533 +#LIBICONV.FETCH.url = http://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)) LIBICONV.GCC.args.c_std = |