svn commit: r375604 - head/graphics/GraphicsMagick

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 25 21:11:01 UTC 2014


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)


More information about the svn-ports-head mailing list