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

(-)japanese/ebview-gtk2/Makefile (-1 / +1 lines)
Lines 25-31 Link Here
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
		LDFLAGS="-L${LOCALBASE}/lib"
26
		LDFLAGS="-L${LOCALBASE}/lib"
27
27
28
post-patch:
28
pre-build:
29
.for file in src/grep.c
29
.for file in src/grep.c
30
	@cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \
30
	@cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \
31
		&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
31
		&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}

Return to bug 61425