View | Details | Raw Unified | Return to bug 167211
Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 40-45 Link Here
40
.if !defined(WITHOUT_ICONV)
40
.if !defined(WITHOUT_ICONV)
41
USE_ICONV=	yes
41
USE_ICONV=	yes
42
CONFIGURE_ARGS+=--with-iconv=${LOCALBASE}
42
CONFIGURE_ARGS+=--with-iconv=${LOCALBASE}
43
.else
44
CONFIGURE_ARGS+=--with-iconv=no
43
.endif
45
.endif
44
46
45
.if !defined(MASTERDIR)
47
.if !defined(MASTERDIR)

Return to bug 167211