Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 16:19:05 +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: r326168 - head/graphics/c-a-i-r
Message-ID:  <201309031619.r83GJ5DU043702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  3 16:19:05 2013
New Revision: 326168
URL: http://svnweb.freebsd.org/changeset/ports/326168

Log:
  Fix build with clang

Modified:
  head/graphics/c-a-i-r/Makefile

Modified: head/graphics/c-a-i-r/Makefile
==============================================================================
--- head/graphics/c-a-i-r/Makefile	Tue Sep  3 16:18:49 2013	(r326167)
+++ head/graphics/c-a-i-r/Makefile	Tue Sep  3 16:19:05 2013	(r326168)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	c-a-i-r
-# Date created:				18 Oct 2008
-# Whom:					buganini@gmail.com
-#
+# Created by: buganini@gmail.com
 # $FreeBSD$
-#
 
 PORTNAME=	c-a-i-r
 PORTVERSION=	2.19
@@ -15,7 +11,8 @@ MAINTAINER=	buganini@gmail.com
 COMMENT=	Content Aware Image Resizer is an implementation of seam carving
 
 USE_ZIP=	yes
-USE_GMAKE=	yes
+USES=		gmake
+MAKE_ARGS+=	CC="${CXX}"
 
 WRKSRC=		${WRKDIR}
 



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