diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2011-11-19 00:21:09 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2011-11-19 00:21:09 -0800 |
commit | 0954d9cdf2e5f9140f93cd011a14ca84e163641c (patch) | |
tree | ca180860dd1dc2d8ed2f86c70b9d58fb3cd10b1a | |
parent | 57e5c98fa8afe531ed7d2315e9ca98cc8214a9a1 (diff) | |
download | xrdp-proprietary-0954d9cdf2e5f9140f93cd011a14ca84e163641c.tar.gz xrdp-proprietary-0954d9cdf2e5f9140f93cd011a14ca84e163641c.zip |
libxslt
-rwxr-xr-x | xorg/X11R7.6/buildx.sh | 5 | ||||
-rw-r--r-- | xorg/X11R7.6/x11_file_list.txt | 1 |
2 files changed, 6 insertions, 0 deletions
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 : |