svn commit: r337523 - head/graphics/GraphicsMagick13
Thierry Thomas
thierry at FreeBSD.org
Thu Dec 26 14:40:14 UTC 2013
Author: thierry
Date: Thu Dec 26 14:40:13 2013
New Revision: 337523
URL: http://svnweb.freebsd.org/changeset/ports/337523
Log:
- don't register lpthread in GraphicsMagick-config and
GraphicsMagick++-config
- don't link with -pthread and -lpthread together.
when GNU Pth is installed.
Modified:
head/graphics/GraphicsMagick13/Makefile
Modified: head/graphics/GraphicsMagick13/Makefile
==============================================================================
--- head/graphics/GraphicsMagick13/Makefile Thu Dec 26 14:37:37 2013 (r337522)
+++ head/graphics/GraphicsMagick13/Makefile Thu Dec 26 14:40:13 2013 (r337523)
@@ -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`
More information about the svn-ports-all
mailing list