aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/freeimage
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-01 14:35:28 +0800
committerbapt <bapt@FreeBSD.org>2013-08-01 14:35:28 +0800
commit80d208d8894912c6fc2045c445bbb0d18bfe365d (patch)
treeaff37b18ce8b7556a6eaa4b0e468ce4e7f50f36d /graphics/freeimage
parent008b7e77f0e56371284fc261a9cb2ece19335153 (diff)
downloadfreebsd-ports-gnome-80d208d8894912c6fc2045c445bbb0d18bfe365d.tar.gz
freebsd-ports-gnome-80d208d8894912c6fc2045c445bbb0d18bfe365d.tar.zst
freebsd-ports-gnome-80d208d8894912c6fc2045c445bbb0d18bfe365d.zip
Fix build without gcc
Diffstat (limited to 'graphics/freeimage')
-rw-r--r--graphics/freeimage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile
index 012ca0a4c0d5..a894a84d3bef 100644
--- a/graphics/freeimage/Makefile
+++ b/graphics/freeimage/Makefile
@@ -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