diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-10-27 02:58:22 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-10-31 09:18:21 (GMT) |
commit | 05380b49b7337df2eb11f834a8a9b01b0ab1cbe7 (patch) | |
tree | 59b582107829d310691a210af3dfce3280235da1 /src/graphicsmagick.mk | |
parent | 0ad42f9aa49c118b34fdd324a471df38d389e6c3 (diff) | |
download | mxe-05380b49b7337df2eb11f834a8a9b01b0ab1cbe7.zip mxe-05380b49b7337df2eb11f834a8a9b01b0ab1cbe7.tar.gz mxe-05380b49b7337df2eb11f834a8a9b01b0ab1cbe7.tar.bz2 |
gcc pthreads: build pthreads and mingw-w64 headers inline and enable libgomp
* fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg
mingw-w64 installs dummy headers if winpthreads isn't built
* enables libgomp to avoid double-build (see #331)
* no change in openmp-validation (still 20 failures - taken with a grain of
salt as the batch file test runner isn't a reliable perl substitute)
* pthreads virtual package kept for future testing
Diffstat (limited to 'src/graphicsmagick.mk')
-rw-r--r-- | src/graphicsmagick.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphicsmagick.mk b/src/graphicsmagick.mk index 6e66688..30c4c0e 100644 --- a/src/graphicsmagick.mk +++ b/src/graphicsmagick.mk @@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 9045304d991776b6a37e1b45b9b6ef152593ada0d49bc744263565617cbf3 $(PKG)_SUBDIR := GraphicsMagick-$($(PKG)_VERSION) $(PKG)_FILE := GraphicsMagick-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) -$(PKG)_DEPS := gcc bzip2 freetype jasper jpeg lcms libgomp libltdl libpng libxml2 pthreads tiff zlib +$(PKG)_DEPS := gcc bzip2 freetype jasper jpeg lcms libltdl libpng libxml2 pthreads tiff zlib define $(PKG)_UPDATE $(WGET) -q -O- 'http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/' | \ |