aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/finch
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-13 04:52:18 +0800
committerantoine <antoine@FreeBSD.org>2014-09-13 04:52:18 +0800
commit4b17dd9aeb9b28759551f38bf0f6b0edcac88607 (patch)
tree08629f6921e5febf667bae05dd6f0cb998322d67 /net-im/finch
parentc7c5fcd31b704d5d37e37abda62004c49be534ea (diff)
downloadfreebsd-ports-gnome-4b17dd9aeb9b28759551f38bf0f6b0edcac88607.tar.gz
freebsd-ports-gnome-4b17dd9aeb9b28759551f38bf0f6b0edcac88607.tar.zst
freebsd-ports-gnome-4b17dd9aeb9b28759551f38bf0f6b0edcac88607.zip
Do not define __BSD_VISIBLE/_XOPEN_SOURCE/_POSIX_C_SOURCE in
include/python2.7/pyconfig.h This fixes x11-toolkits/py-wxPython30 build on head PR: 192365 Exp-run: self Reviewed by: jilles With hat: portmgr
Diffstat (limited to 'net-im/finch')
-rw-r--r--net-im/finch/Makefile2
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 \