View | Details | Raw Unified | Return to bug 215355
Collapse All | Expand All

(-)b/graphics/GraphicsMagick/Makefile (-5 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	GraphicsMagick
4
PORTNAME=	GraphicsMagick
5
PORTVERSION=	1.3.25
5
PORTVERSION=	1.3.25
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	graphics
8
CATEGORIES=	graphics
8
MASTER_SITES=	SF \
9
MASTER_SITES=	SF \
Lines 50-56 LCMS2_CONFIGURE= lcms2 Link Here
50
LCMS2_LIB_DEPENDS=	liblcms2.so:graphics/lcms2
51
LCMS2_LIB_DEPENDS=	liblcms2.so:graphics/lcms2
51
OPENMP_CONFIGURE_OFF=	--disable-openmp --without-threads
52
OPENMP_CONFIGURE_OFF=	--disable-openmp --without-threads
52
OPENMP_CONFIGURE_ON=	--disable-openmp-slow --enable-openmp --with-threads
53
OPENMP_CONFIGURE_ON=	--disable-openmp-slow --enable-openmp --with-threads
53
OPENMP_USES=		compiler:openmp
54
OPENMP_USES=		compiler:gcc-c++11-lib
54
PNG_CONFIGURE_WITH=	png
55
PNG_CONFIGURE_WITH=	png
55
PNG_LIB_DEPENDS=	libpng.so:graphics/png
56
PNG_LIB_DEPENDS=	libpng.so:graphics/png
56
Q8BIT_CONFIGURE_OFF=	--with-quantum-depth=16
57
Q8BIT_CONFIGURE_OFF=	--with-quantum-depth=16
Lines 98-104 post-install-Q8BIT-on: Link Here
98
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/coders ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/filters
99
	${MKDIR} ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/coders ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/filters
99
100
100
.include <bsd.port.mk>
101
.include <bsd.port.mk>
101
102
# The OPENMP option may select gcc as compiler but on architectures
103
# that have switched to libc++ clang should be used for C++ code.
104
CXX=		c++

Return to bug 215355