Date: Thu, 1 Aug 2013 06:35:29 +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: r324091 - head/graphics/freeimage Message-ID: <201308010635.r716ZTEn080482@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308010635.r716ZTEn080482>