diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-04 00:19:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-04 00:19:05 +0800 |
commit | b7a6d93df31602fa107378b1d0cb60879f93a101 (patch) | |
tree | 0ba22015b4bf17047bbef2879d90c133129508f2 /graphics | |
parent | afb160f415bb46fe5d92bed6bc4a11aa89b7a2a0 (diff) | |
download | freebsd-ports-gnome-b7a6d93df31602fa107378b1d0cb60879f93a101.tar.gz freebsd-ports-gnome-b7a6d93df31602fa107378b1d0cb60879f93a101.tar.zst freebsd-ports-gnome-b7a6d93df31602fa107378b1d0cb60879f93a101.zip |
Fix build with clang
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/c-a-i-r/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/c-a-i-r/Makefile b/graphics/c-a-i-r/Makefile index 2192bb1aa65b..5d36601b246d 100644 --- a/graphics/c-a-i-r/Makefile +++ b/graphics/c-a-i-r/Makefile @@ -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} |