svn commit: r325505 - head/graphics/opennurbs

Baptiste Daroussin bapt at FreeBSD.org
Wed Aug 28 05:55:18 UTC 2013


Author: bapt
Date: Wed Aug 28 05:55:17 2013
New Revision: 325505
URL: http://svnweb.freebsd.org/changeset/ports/325505

Log:
  Fix build without gcc

Modified:
  head/graphics/opennurbs/Makefile

Modified: head/graphics/opennurbs/Makefile
==============================================================================
--- head/graphics/opennurbs/Makefile	Wed Aug 28 05:51:16 2013	(r325504)
+++ head/graphics/opennurbs/Makefile	Wed Aug 28 05:55:17 2013	(r325505)
@@ -12,9 +12,9 @@ MAINTAINER=	fernando.apesteguia at gmail.co
 COMMENT=	Tools to accurately transfer 3-D geometry between applications
 
 USE_DOS2UNIX=	yes
-USE_GMAKE=	yes
 USE_ZIP=	yes
-USES=		iconv
+USES=		iconv gmake
+MAKE_ARGS=	CC=${CC} CCC=${CXX}
 
 MAKEFILE=	makefile
 EXAMPLESDIR=	${PREFIX}/libexec/openNURBS


More information about the svn-ports-all mailing list