From: Felix Fietkau Date: Sat, 3 Nov 2007 13:12:44 +0000 (+0000) Subject: add a faster download url for gtk 1.2 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=b164fe67caa4a5f90f2ff4a7a41da916f9852a15 add a faster download url for gtk 1.2 SVN-Revision: 9488 --- diff --git a/XOrg/lib/gtk-1.2.10/Makefile b/XOrg/lib/gtk-1.2.10/Makefile index cdc7d5c82a..b849321604 100644 --- a/XOrg/lib/gtk-1.2.10/Makefile +++ b/XOrg/lib/gtk-1.2.10/Makefile @@ -13,7 +13,9 @@ PKG_VERSION:=1.2.10 PKG_RELEASE:=1 PKG_SOURCE:=gtk+-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/ +PKG_SOURCE_URL:= \ + ftp://ftp.gtk.org/pub/gtk/v1.2/ \ + http://gd.tuwien.ac.at/graphics/gimp/gtk/v1.2/ PKG_BUILD_DIR=$(BUILD_DIR)/gtk+-1.2.10 include $(INCLUDE_DIR)/package.mk