diff options
author | marcus <marcus@FreeBSD.org> | 2014-06-09 01:46:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2014-06-09 01:46:01 +0800 |
commit | a82c040cdb5ef41977503c1c0bc0b11b1e6228a3 (patch) | |
tree | 6d7b2fa6d5a72ea37e50637751e6e2976e709c5a /net-im/finch | |
parent | f7395f8ba54f271f08cb41174b06a01dc4cdfc4b (diff) | |
download | freebsd-ports-gnome-a82c040cdb5ef41977503c1c0bc0b11b1e6228a3.tar.gz freebsd-ports-gnome-a82c040cdb5ef41977503c1c0bc0b11b1e6228a3.tar.zst freebsd-ports-gnome-a82c040cdb5ef41977503c1c0bc0b11b1e6228a3.zip |
Add NCURSES_WIDECHAR to CPPFLAGS to fix the build on -CURRENT.
PR: 190792
Diffstat (limited to 'net-im/finch')
-rw-r--r-- | net-im/finch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index f9229d07e6a5..94e0ce014ca7 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -19,6 +19,7 @@ PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_CONSOLEUI= yes +CPPFLAGS+= -DNCURSES_WIDECHAR USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtkui \ --disable-nm \ |