Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 08:40:58 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308125 - head/graphics/nurbs++
Message-ID:  <201212030840.qB38ewtf083498@svn.freebsd.org>

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



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