diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-12 20:52:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-12 20:52:18 +0000 |
commit | 530b17b7f107039fbcb8f319bc8675b6a1ede638 (patch) | |
tree | 08629f6921e5febf667bae05dd6f0cb998322d67 /net-im/finch | |
parent | 43da22c9edc156da25b7bf38e6b9a6b5df741acd (diff) | |
download | ports-530b17b7f107039fbcb8f319bc8675b6a1ede638.tar.gz ports-530b17b7f107039fbcb8f319bc8675b6a1ede638.zip |
Notes
Diffstat (limited to 'net-im/finch')
-rw-r--r-- | net-im/finch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index 525c4ef53cfd..fe217207624e 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -19,7 +19,7 @@ PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_CONSOLEUI= yes -CPPFLAGS+= -DNCURSES_WIDECHAR +CPPFLAGS+= -DNCURSES_WIDECHAR -D_XOPEN_SOURCE_EXTENDED USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtkui \ --disable-nm \ |