summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-11-30 12:11:45 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-11-30 12:11:45 (GMT)
commitf67c28daf972fe74c108638d5471f23106bf0e84 (patch)
treecd7dcc70a8422046ecc3c44b7f7d1ad456cf6af7
parent78c4c66e3cdc65cbc6abe30b79f28ad742f24e51 (diff)
downloadmxe-f67c28daf972fe74c108638d5471f23106bf0e84.zip
mxe-f67c28daf972fe74c108638d5471f23106bf0e84.tar.gz
mxe-f67c28daf972fe74c108638d5471f23106bf0e84.tar.bz2
pthreads: change reference to removed pthreads-w32 package
-rw-r--r--src/pthreads.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pthreads.mk b/src/pthreads.mk
index 0106774..60d070b 100644
--- a/src/pthreads.mk
+++ b/src/pthreads.mk
@@ -6,8 +6,8 @@
PKG := pthreads
$(PKG)_VERSION := POSIX 1003.1-2001
-$(PKG)_CHECKSUM = $(pthreads-w32_CHECKSUM)
-$(PKG)_FILE = $(pthreads-w32_FILE)
+$(PKG)_CHECKSUM = $(winpthreads_CHECKSUM)
+$(PKG)_FILE = $(winpthreads_FILE)
$(PKG)_DEPS := winpthreads
define $(PKG)_UPDATE