wok rev 8101
Fixed catalyst.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 22 16:22:19 2011 +0000 (2011-01-22) |
parents | c063ba959397 |
children | 79fe602a6d4b |
files | catalyst/receipt |
line diff
1.1 --- a/catalyst/receipt Sat Jan 22 16:10:26 2011 +0000 1.2 +++ b/catalyst/receipt Sat Jan 22 16:22:19 2011 +0000 1.3 @@ -9,7 +9,7 @@ 1.4 DEPENDS="xorg-server mesa mesa-dri libdrm linux-drm fontconfig linux-agp xorg-libSM xorg-libXi xorg-libXcursor" 1.5 BUILD_DEPENDS="linux xorg-server linux-module-headers" 1.6 TARBALL="ati-driver-installer-${VERSION/./-}-x86.x86_64.run" 1.7 -WGET_URL="http://www2.ati.com/drivers/linux/$TARBALL" 1.8 +WGET="http://www2.ati.com/drivers/linux/$TARBALL" 1.9 TAGS="drivers graphic video" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -21,7 +21,7 @@ 1.13 cd $WOK/$PACKAGE 1.14 [ -f $SOURCES_REPOSITORY/$TARBALL ] && cp $SOURCES_REPOSITORY/$TARBALL . 1.15 if [ ! -f $TARBALL ]; then 1.16 - wget $WGET_URL 1.17 + wget $WGET 1.18 cp $TARBALL $SOURCES_REPOSITORY 1.19 fi 1.20 1.21 @@ -34,6 +34,7 @@ 1.22 cd $src 1.23 patch -Np1 -i ../stuff/makefile_compat.patch 1.24 patch -Np1 -i ../stuff/$PACKAGE-${KERNEL_VERSION}.patch 1.25 + patch -Np1 -i ../stuff/sema_init.patch 1.26 cd $src/common/lib/modules/fglrx/build_mod 1.27 cp $src/arch/x86/lib/modules/fglrx/build_mod/libfglrx_ip.a.GCC4 . 1.28 cp 2.6.x/Makefile .