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

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

Return to bug 56435