diff options
author | rafan <rafan@FreeBSD.org> | 2012-06-24 13:13:19 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2012-06-24 13:13:19 +0800 |
commit | 439525eb74757a501db3d838f4d1d91246692208 (patch) | |
tree | 1261a5d264e6c2e4b78c664ca2fecc5a76bacee6 /chinese | |
parent | 7fe9f94aa43ddfecb92297eea4d22569bfda6120 (diff) | |
download | freebsd-ports-gnome-439525eb74757a501db3d838f4d1d91246692208.tar.gz freebsd-ports-gnome-439525eb74757a501db3d838f4d1d91246692208.tar.zst freebsd-ports-gnome-439525eb74757a501db3d838f4d1d91246692208.zip |
- Fix build due to mail/mutt-devel changes
Submitted by: cy@
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index 251d242a9250..ab26fa40bf0f 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -23,8 +23,8 @@ CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mut LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert -CFLAGS+= -D_DONT_USE_CTYPE_INLINE_ -LDFLAGS+= -lhz +CFLAGS_ADD+= -D_DONT_USE_CTYPE_INLINE_ +LDFLAGS_ADD+= -lhz WITH_MUTT_LOCALES_FIX= yes WITH_MUTT_NCURSES= yes |