Date: Thu, 26 Dec 2013 14:40:13 +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: r337523 - head/graphics/GraphicsMagick13 Message-ID: <201312261440.rBQEeD0b024935@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261440.rBQEeD0b024935>