summaryrefslogtreecommitdiffstats
path: root/contrib/libiconv/module.defs
blob: 391361f26018070711f054db481299cc2edf548f (plain)
1
2
3
4
5
6
7
8
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.bz2

# this contrib will not build under MinGW with -std=gnu99
ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
    LIBICONV.GCC.args.c_std =
endif