diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 14:35:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 14:35:28 +0800 |
commit | 80d208d8894912c6fc2045c445bbb0d18bfe365d (patch) | |
tree | aff37b18ce8b7556a6eaa4b0e468ce4e7f50f36d /graphics/freeimage | |
parent | 008b7e77f0e56371284fc261a9cb2ece19335153 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |