svn commit: r308125 - head/graphics/nurbs++

Pietro Cerutti gahr at FreeBSD.org
Mon Dec 3 08:40:59 UTC 2012


Author: gahr
Date: Mon Dec  3 08:40:58 2012
New Revision: 308125
URL: http://svnweb.freebsd.org/changeset/ports/308125

Log:
  - This is too messy to be fixed to build with clang right now.. USE_GCC=any
  
  Feature safe:	yes

Modified:
  head/graphics/nurbs++/Makefile   (contents, props changed)

Modified: head/graphics/nurbs++/Makefile
==============================================================================
--- head/graphics/nurbs++/Makefile	Mon Dec  3 06:46:25 2012	(r308124)
+++ head/graphics/nurbs++/Makefile	Mon Dec  3 08:40:58 2012	(r308125)
@@ -14,6 +14,7 @@ MASTER_SITES=	SF/libnurbs/nurbs%2B%2B/nu
 MAINTAINER=	gahr at FreeBSD.org
 COMMENT=	A C++ library for representing curves or surfaces
 
+USE_GCC=	any
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-transform-name="s/x/x/"


More information about the svn-ports-all mailing list