Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 21:11:01 +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: r375604 - head/graphics/GraphicsMagick
Message-ID:  <201412252111.sBPLB10X050803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 25 21:11:00 2014
New Revision: 375604
URL: https://svnweb.freebsd.org/changeset/ports/375604
QAT: https://qat.redports.org/buildarchive/r375604/

Log:
  revert changes not ready to get in

Modified:
  head/graphics/GraphicsMagick/Makefile

Modified: head/graphics/GraphicsMagick/Makefile
==============================================================================
--- head/graphics/GraphicsMagick/Makefile	Thu Dec 25 21:10:27 2014	(r375603)
+++ head/graphics/GraphicsMagick/Makefile	Thu Dec 25 21:11:00 2014	(r375604)
@@ -32,8 +32,6 @@ CONFIGURE_ARGS=	--without-perl --enable-
 		--with-quantum-depth="${QD}" \
 		--with-windows-font-dir="${WINDOWS_FONT_DIR}"
 USE_LDCONFIG=	yes
-INSTALL_TARGET=	install-strip
-PORTDOCS=	*
 
 PLIST_SUB=	Q="${QD}"
 
@@ -46,7 +44,7 @@ OPTIONS_DEFAULT=	OPENMP WEBP X11
 DPS_DESC=		Display Ghostscript support (must also select X11)
 FPX_LIB_DEPENDS+=	libfpx.so.[2-9]:${PORTSDIR}/graphics/libfpx
 FPX_CONFIGURE_WITH=	fpx
-OPENMP_USES=		compiler:gcc-c++11-lib
+OPENMP_USES=		compiler:openmp
 OPENMP_CONFIGURE_ON=	--with-threads --enable-openmp --disable-openmp-slow
 OPENMP_CONFIGURE_OFF=	--without-threads --disable-openmp
 Q8BIT_DESC=		Use 8-bit pixels (speed) instead of 16 (quality)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412252111.sBPLB10X050803>