summaryrefslogtreecommitdiffstats
path: root/src/gd.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-05-17 11:51:24 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-05-17 11:51:24 (GMT)
commite788b87326530a5135a3ce99b112f41020839042 (patch)
treeaed54ab6bde3664c26fcf963239aaa4508326891 /src/gd.mk
parent6df3b650df7a3c3dd873c8117274fd71c9cbde1d (diff)
downloadmxe-e788b87326530a5135a3ce99b112f41020839042.zip
mxe-e788b87326530a5135a3ce99b112f41020839042.tar.gz
mxe-e788b87326530a5135a3ce99b112f41020839042.tar.bz2
disable update for package gd, because its website has been down for a long time
Diffstat (limited to 'src/gd.mk')
-rw-r--r--src/gd.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gd.mk b/src/gd.mk
index 6ad5013..610cf29 100644
--- a/src/gd.mk
+++ b/src/gd.mk
@@ -14,6 +14,10 @@ $(PKG)_URL_2 := http://ftp.uni-magdeburg.de/aftp/mirror/linux/slackware/sourc
$(PKG)_DEPS := gcc freetype libpng jpeg libxml2 pthreads
define $(PKG)_UPDATE
+ echo 'Warning: Update for package gd is temporarily disabled.' >&2;
+ echo $(gd_VERSION)
+endef
+define $(PKG)_UPDATE_orig
wget -q -O- 'http://www.libgd.org/releases/' | \
$(SED) -n 's,.*gd-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1