Date: Wed, 14 Mar 2018 08:38:52 -0400 From: "Jason E. Hale" <jhale@freebsd.org> To: Pietro Cerutti <gahr@freebsd.org> Cc: ports-committers <ports-committers@freebsd.org>, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r464480 - head/editors/mp Message-ID: <CAJE75NGffzm1pAmuFTpP-w7CS%2BucRxq6o6GgbQY2a94gV8HACw@mail.gmail.com> In-Reply-To: <201803141001.w2EA1Vo2042681@repo.freebsd.org> References: <201803141001.w2EA1Vo2042681@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 14, 2018 at 6:01 AM, Pietro Cerutti <gahr@freebsd.org> wrote: > Author: gahr > Date: Wed Mar 14 10:01:31 2018 > New Revision: 464480 > URL: https://svnweb.freebsd.org/changeset/ports/464480 > > Log: > editors/mp: fix build with ncurses from base > > Modified: > head/editors/mp/Makefile > > Modified: head/editors/mp/Makefile > ============================================================================== > --- head/editors/mp/Makefile Wed Mar 14 09:59:28 2018 (r464479) > +++ head/editors/mp/Makefile Wed Mar 14 10:01:31 2018 (r464480) > @@ -50,6 +50,7 @@ GTK3_CONFIGURE_ON= --with-gtk=3 > > NCURSES_USES= ncurses > NCURSES_CONFIGURE_WITH= curses > +NCURSES_CFLAGS= -I${NCURSESBASE}/include > > QT4_USE= qt4=corelib,gui,moc_build \ > xorg=x11 > Hmm...what was the build failure? It seemed to build fine in poudriere before this change. NCURSESINC is already passed through in CONFIGURE_ENV and I see it in ${WRKSRC}/config.cflags after configure is run.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJE75NGffzm1pAmuFTpP-w7CS%2BucRxq6o6GgbQY2a94gV8HACw>