From 0954d9cdf2e5f9140f93cd011a14ca84e163641c Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Sat, 19 Nov 2011 00:21:09 -0800 Subject: [PATCH] libxslt --- xorg/X11R7.6/buildx.sh | 5 +++++ xorg/X11R7.6/x11_file_list.txt | 1 + 2 files changed, 6 insertions(+) diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index f09aa35e..a0e3ea0d 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -99,6 +99,11 @@ download_file() status=$? cd .. return $status + elif [ "$file" = "libxslt-1.1.26.tar.gz" ]; then + wget -cq ftp://xmlsoft.org/libxslt/libxslt-1.1.26.tar.gz + status=$? + cd .. + return $status else wget -cq $download_url/$file status=$? diff --git a/xorg/X11R7.6/x11_file_list.txt b/xorg/X11R7.6/x11_file_list.txt index 2fd5d6bd..94fa1267 100644 --- a/xorg/X11R7.6/x11_file_list.txt +++ b/xorg/X11R7.6/x11_file_list.txt @@ -75,6 +75,7 @@ libSM-1.2.0.tar.bz2 : libSM-1.2.0 libXau-1.0.6.tar.bz2 : libXau-1.0.6 : kbproto-1.0.5.tar.bz2 : kbproto-1.0.5 : libXdmcp-1.1.0.tar.bz2 : libXdmcp-1.1.0 : +libxslt-1.1.26.tar.gz : libxslt-1.1.26 : xcb-proto-1.6.tar.bz2 : xcb-proto-1.6 : libxcb-1.7.tar.bz2 : libxcb-1.7 : libX11-1.4.0.tar.bz2 : libX11-1.4.0 :