diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-05-03 10:12:53 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-05-03 10:12:53 (GMT) |
commit | b2053a8302d82744497f423ee7fe99d4b715c920 (patch) | |
tree | a35380b03c1b7904889244694554420ba95d538f /src/gd.mk | |
parent | f6211a2851888e8d098d5b37047ab69166bd41c1 (diff) | |
download | mxe-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/' | \ |