summaryrefslogtreecommitdiffstats
path: root/src/jack.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-27 02:58:22 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-31 09:18:21 (GMT)
commit05380b49b7337df2eb11f834a8a9b01b0ab1cbe7 (patch)
tree59b582107829d310691a210af3dfce3280235da1 /src/jack.mk
parent0ad42f9aa49c118b34fdd324a471df38d389e6c3 (diff)
downloadmxe-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/jack.mk')
-rw-r--r--src/jack.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jack.mk b/src/jack.mk
index 9c1dd6b..b13afa9 100644
--- a/src/jack.mk
+++ b/src/jack.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 5bc6336e6ac9799e3cb241915e2ba5d01b030589bbb2afae39579a59ef0f2
$(PKG)_SUBDIR := jack-$($(PKG)_VERSION)
$(PKG)_FILE := jack-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := https://dl.dropboxusercontent.com/u/28869550/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc libgnurx libsamplerate libsndfile portaudio readline winpthreads
+$(PKG)_DEPS := gcc libgnurx libsamplerate libsndfile portaudio pthreads readline
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://jackaudio.org/downloads/' | \