svn commit: r305617 - head/devel/ncurses

Mark Linimon linimon at FreeBSD.org
Tue Oct 9 22:38:57 UTC 2012


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


More information about the svn-ports-all mailing list