svn commit: r357065 - head/net-im/finch

Joe Marcus Clarke marcus at FreeBSD.org
Sun Jun 8 17:46:02 UTC 2014


Author: marcus
Date: Sun Jun  8 17:46:01 2014
New Revision: 357065
URL: http://svnweb.freebsd.org/changeset/ports/357065
QAT: https://qat.redports.org/buildarchive/r357065/

Log:
  Add NCURSES_WIDECHAR to CPPFLAGS to fix the build on -CURRENT.
  
  PR:		190792

Modified:
  head/net-im/finch/Makefile

Modified: head/net-im/finch/Makefile
==============================================================================
--- head/net-im/finch/Makefile	Sun Jun  8 17:42:39 2014	(r357064)
+++ head/net-im/finch/Makefile	Sun Jun  8 17:46:01 2014	(r357065)
@@ -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 \


More information about the svn-ports-head mailing list