diff options
Diffstat (limited to 'chinese/tin/Makefile')
-rw-r--r-- | chinese/tin/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chinese/tin/Makefile b/chinese/tin/Makefile index 8c31c6eac737..b8e03d577ef5 100644 --- a/chinese/tin/Makefile +++ b/chinese/tin/Makefile @@ -12,15 +12,13 @@ MASTERDIR= ${.CURDIR}/../../news/tin MAINTAINER= yssu@CCCA.NCTU.edu.tw -EXTRA_PATCHES= ${.CURDIR}/files/patch-charset.c \ +EXTRA_PATCHES= ${.CURDIR}/files/patch-attrib.c \ + ${.CURDIR}/files/patch-charset.c \ ${.CURDIR}/files/patch-cook.c \ ${.CURDIR}/files/patch-init.c \ - ${.CURDIR}/files/patch-lang.c \ ${.CURDIR}/files/patch-misc.c \ ${.CURDIR}/files/patch-page.c .include "${MASTERDIR}/Makefile" -CONFIGURE_ARGS+= --disable-curses \ - --without-ncurses \ - --with-mime-default-charset=big5 +CONFIGURE_ARGS+= --disable-locale --with-screen=termcap |