Commit d1ddeb74 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* build libiconv without i18n-support, so it can be compiled without gettext...

* build libiconv without i18n-support, so it can be compiled without gettext -- gettext will be compiled afterwards, so it can take advantage of libiconv
parent 5fc224c4
......@@ -51,14 +51,14 @@ endif
# ***************************************************************************
ifeq ($(SYS),DARWIN)
all: .autoconf .libtool .automake .intl .iconv .pkgcfg .freetype .fribidi \
all: .autoconf .libtool .automake .iconv .intl .pkgcfg .freetype .fribidi \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .openslp \
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod \
.png .gpgerror .gcrypt .gnutls
endif
ifeq ($(SYS),BEOS)
all: .perl .autoconf .libtool .automake .intl .iconv .freetype .fribidi \
all: .perl .autoconf .libtool .automake .iconv .intl .freetype .fribidi \
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora \
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .dvdcss \
.dvdread .dvdnav .dvbpsi
......@@ -270,7 +270,7 @@ libiconv: libiconv-$(LIBICONV_VERSION).tar.gz
$(EXTRACT_GZ)
.iconv: libiconv
(cd libiconv; ./configure --prefix=$(PREFIX) && make && make install)
(cd libiconv; ./configure --prefix=$(PREFIX) --disable-nls && make && make install)
$(INSTALL_NAME)
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment