Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 17:46:01 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357065 - head/net-im/finch
Message-ID:  <201406081746.s58Hk1GG017606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406081746.s58Hk1GG017606>