aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2014-06-08 17:46:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2014-06-08 17:46:01 +0000
commit990636841105f11c18cad309461239358ec19333 (patch)
tree6d7b2fa6d5a72ea37e50637751e6e2976e709c5a /net-im
parent2a1424adb86c44e63ac69384f573c69ed42b0ceb (diff)
downloadports-990636841105f11c18cad309461239358ec19333.tar.gz
ports-990636841105f11c18cad309461239358ec19333.zip
Add NCURSES_WIDECHAR to CPPFLAGS to fix the build on -CURRENT.
PR: 190792
Notes
Notes: svn path=/head/; revision=357065
Diffstat (limited to 'net-im')
-rw-r--r--net-im/finch/Makefile1
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 \