aboutsummaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick13/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2013-12-26 14:40:13 +0000
committerThierry Thomas <thierry@FreeBSD.org>2013-12-26 14:40:13 +0000
commitaf197f466a63662824c0caa1719fd2b776e26b41 (patch)
treeccbb8b2df40d90a48d337a513b9ae97110f801db /graphics/GraphicsMagick13/Makefile
parent61e227122cc82e8ae20c4e56e7d73563cffa15d2 (diff)
downloadports-af197f466a63662824c0caa1719fd2b776e26b41.tar.gz
ports-af197f466a63662824c0caa1719fd2b776e26b41.zip
- don't register lpthread in GraphicsMagick-config and
GraphicsMagick++-config - don't link with -pthread and -lpthread together. when GNU Pth is installed.
Notes
Notes: svn path=/head/; revision=337523
Diffstat (limited to 'graphics/GraphicsMagick13/Makefile')
-rw-r--r--graphics/GraphicsMagick13/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile
index 6abd92bf158f..875c66957c5b 100644
--- a/graphics/GraphicsMagick13/Makefile
+++ b/graphics/GraphicsMagick13/Makefile
@@ -44,6 +44,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \
--with-ltdl-include=${LOCALBASE}/include \
--with-ltdl-lib=${LOCALBASE}/lib
+CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`