Date: Thu, 6 Mar 2014 15:46:25 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347261 - head/graphics/GraphicsMagick13 Message-ID: <201403061546.s26FkP3s067600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Thu Mar 6 15:46:24 2014 New Revision: 347261 URL: http://svnweb.freebsd.org/changeset/ports/347261 QAT: https://qat.redports.org/buildarchive/r347261/ Log: OPENMP implies compiler:openmp, hence Gcc46 (this could change in a near future). This causes problems with the linker in some ports (e.g. graphics/cimg). Untill a better solution is found, don't enable OPENMP by default. Checked with CImg and Octave. Modified: head/graphics/GraphicsMagick13/Makefile Modified: head/graphics/GraphicsMagick13/Makefile ============================================================================== --- head/graphics/GraphicsMagick13/Makefile Thu Mar 6 15:41:53 2014 (r347260) +++ head/graphics/GraphicsMagick13/Makefile Thu Mar 6 15:46:24 2014 (r347261) @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ @@ -30,7 +30,7 @@ USES= iconv USE_GNOME= libxml2 USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS=" " PTHREAD_LIBS="-pthread" +CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \ --with-quantum-depth="${QD}" \ --with-windows-font-dir="${WINDOWS_FONT_DIR}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061546.s26FkP3s067600>