summaryrefslogtreecommitdiffstats
path: root/src/gd.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-03 10:12:53 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-03 10:12:53 (GMT)
commitb2053a8302d82744497f423ee7fe99d4b715c920 (patch)
treea35380b03c1b7904889244694554420ba95d538f /src/gd.mk
parentf6211a2851888e8d098d5b37047ab69166bd41c1 (diff)
downloadmxe-b2053a8302d82744497f423ee7fe99d4b715c920.zip
mxe-b2053a8302d82744497f423ee7fe99d4b715c920.tar.gz
mxe-b2053a8302d82744497f423ee7fe99d4b715c920.tar.bz2
detangle package pthreads from package gcc
Originally, the builds of gcc and pthreads were interlaced as a work-around to get OpenMPI support. However, that never worked.
Diffstat (limited to 'src/gd.mk')
-rw-r--r--src/gd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd.mk b/src/gd.mk
index ca50894..525fc71 100644
--- a/src/gd.mk
+++ b/src/gd.mk
@@ -11,7 +11,7 @@ $(PKG)_FILE := gd-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://www.libgd.org/
$(PKG)_URL := http://www.libgd.org/releases/$($(PKG)_FILE)
$(PKG)_URL_2 := http://www.libgd.org/releases/oldreleases/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc freetype libpng jpeg libxml2
+$(PKG)_DEPS := gcc freetype libpng jpeg libxml2 pthreads
define $(PKG)_UPDATE
wget -q -O- 'http://www.libgd.org/releases/' | \