svn commit: r324091 - head/graphics/freeimage

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 1 06:35:29 UTC 2013


Author: bapt
Date: Thu Aug  1 06:35:28 2013
New Revision: 324091
URL: http://svnweb.freebsd.org/changeset/ports/324091

Log:
  Fix build without gcc

Modified:
  head/graphics/freeimage/Makefile

Modified: head/graphics/freeimage/Makefile
==============================================================================
--- head/graphics/freeimage/Makefile	Thu Aug  1 06:31:18 2013	(r324090)
+++ head/graphics/freeimage/Makefile	Thu Aug  1 06:35:28 2013	(r324091)
@@ -11,11 +11,12 @@ DISTNAME=	FreeImage${PORTVERSION:S/.//g}
 MAINTAINER=	gahr at FreeBSD.org
 COMMENT=	Simple C/C++ bitmap graphics library
 
+USES=		gmake
 USE_ZIP=	yes
 USE_DOS2UNIX=	Source/LibOpenJPEG/opj_malloc.h
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/FreeImage
+MAKE_ARGS=	CC=${CC} CPP=${CPP} CXX=${CXX}
 
 CFLAGS+=	-fexceptions -fvisibility=hidden
 


More information about the svn-ports-head mailing list