Date: Wed, 28 Aug 2013 05:55:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325505 - head/graphics/opennurbs Message-ID: <201308280555.r7S5tIhd065681@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308280555.r7S5tIhd065681>