Date: Tue, 9 Oct 2012 22:38:56 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305617 - head/devel/ncurses Message-ID: <201210092238.q99McuTD001059@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Oct 9 22:38:56 2012 New Revision: 305617 URL: http://svn.freebsd.org/changeset/ports/305617 Log: Back out USE_GCC=any. I failed to notice that the build had been fixed with clang while my tests were still running. Hat: portmgr Modified: head/devel/ncurses/Makefile Modified: head/devel/ncurses/Makefile ============================================================================== --- head/devel/ncurses/Makefile Tue Oct 9 22:38:05 2012 (r305616) +++ head/devel/ncurses/Makefile Tue Oct 9 22:38:56 2012 (r305617) @@ -37,7 +37,6 @@ OPTIONS= EXTCOLORS "Enable 256-color sup CONFIGURE_ENV= gnat_exists="no" -USE_GCC= any USE_LDCONFIG= yes WIDEC_WRKSRC= ${WRKSRC}/build.widec
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210092238.q99McuTD001059>