Fix compile error with JAPANESE option.

PR:		ports/74439
Submitted by:	SANETO Takanori <sanewo@ba2.so-net.ne.jp>
This commit is contained in:
MANTANI Nobutaka 2004-11-27 11:52:58 +00:00
parent 7c9ecf4e7a
commit 37ce6cf98c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122604

View File

@ -82,10 +82,6 @@ CONFIGURE_ARGS+= --enable-keymap=lynx
.include <bsd.port.pre.mk>
.if defined(JAPANESE)
BROKEN= "Does not compile"
.endif
.if exists(${PORT_DBDIR}/boehm-gc/options)
.include "${PORT_DBDIR}/boehm-gc/options"
.endif
@ -102,6 +98,8 @@ CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="${LIBS} -lpthread -lc"
.endif
.else
CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include"
.endif
pre-everything::