View | Details | Raw Unified | Return to bug 199099 | Differences between
and this patch

Collapse All | Expand All

(-)converters/libiconv/Makefile (-5 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libiconv
4
PORTNAME=	libiconv
5
PORTVERSION=	1.14
5
PORTVERSION=	1.14
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	converters devel
7
CATEGORIES=	converters devel
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
9
Lines 12-21 COMMENT= Character set conversion librar Link Here
12
12
13
GNU_CONFIGURE=	yes
13
GNU_CONFIGURE=	yes
14
CONFIGURE_ARGS=	--enable-static \
14
CONFIGURE_ARGS=	--enable-static \
15
		--without-libintl-prefix \
15
		--disable-nls \
16
		--docdir=${DOCSDIR}
16
		--docdir=${DOCSDIR} \
17
CONFIGURE_ENV=	am_cv_func_iconv="yes" \
17
		am_cv_func_iconv=no
18
		am_cv_proto_iconv_arg1="const"
19
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
20
MAKE_JOBS_UNSAFE=	yes
19
MAKE_JOBS_UNSAFE=	yes
21
USES=		libtool
20
USES=		libtool

Return to bug 199099