From 2a503345729c73e2276f6342ff90fbfeb87f75b0 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 8 Mar 2012 20:23:50 -0800 Subject: xorg/X11R7.6: minor change for builds --- xorg/X11R7.6/buildx.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'xorg/X11R7.6/buildx.sh') diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 40a44f64..c2710a78 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -46,7 +46,8 @@ download_file() cd .. return $status elif [ "$file" = "expat-2.0.1.tar.gz" ]; then - wget -cq http://surfnet.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1.tar.gz + wget -cq http://server1.xrdp.org/xrdp/expat-2.0.1.tar.gz + status=$? cd .. return $status @@ -280,9 +281,7 @@ echo "using $PREFIX_DIR" export PKG_CONFIG_PATH=$PREFIX_DIR/lib/pkgconfig:$PREFIX_DIR/share/pkgconfig -# using this seems to cause more trouble than good -#export PATH=$PREFIX_DIR/bin:$PATH -#export LD_LIBRARY_PATH=$PREFIX_DIR/lib +export PATH=$PREFIX_DIR/bin:$PATH # really only needed for x84 export CFLAGS=-fPIC -- cgit v1.2.1