svn commit: r347261 - head/graphics/GraphicsMagick13
Thierry Thomas
thierry at FreeBSD.org
Thu Mar 6 15:46:25 UTC 2014
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}"
More information about the svn-ports-all
mailing list