# HG changeset patch # User Christopher Rogers # Date 1295713339 0 # Node ID e747219ab3a831e2d70b4c8334d60fc232aa665f # Parent c063ba95939719ad63ebecb8578f95c34ebbcaf7 Fixed catalyst. diff -r c063ba959397 -r e747219ab3a8 catalyst/receipt --- a/catalyst/receipt Sat Jan 22 16:10:26 2011 +0000 +++ b/catalyst/receipt Sat Jan 22 16:22:19 2011 +0000 @@ -9,7 +9,7 @@ DEPENDS="xorg-server mesa mesa-dri libdrm linux-drm fontconfig linux-agp xorg-libSM xorg-libXi xorg-libXcursor" BUILD_DEPENDS="linux xorg-server linux-module-headers" TARBALL="ati-driver-installer-${VERSION/./-}-x86.x86_64.run" -WGET_URL="http://www2.ati.com/drivers/linux/$TARBALL" +WGET="http://www2.ati.com/drivers/linux/$TARBALL" TAGS="drivers graphic video" # Rules to configure and make the package. @@ -21,7 +21,7 @@ cd $WOK/$PACKAGE [ -f $SOURCES_REPOSITORY/$TARBALL ] && cp $SOURCES_REPOSITORY/$TARBALL . if [ ! -f $TARBALL ]; then - wget $WGET_URL + wget $WGET cp $TARBALL $SOURCES_REPOSITORY fi @@ -34,6 +34,7 @@ cd $src patch -Np1 -i ../stuff/makefile_compat.patch patch -Np1 -i ../stuff/$PACKAGE-${KERNEL_VERSION}.patch + patch -Np1 -i ../stuff/sema_init.patch cd $src/common/lib/modules/fglrx/build_mod cp $src/arch/x86/lib/modules/fglrx/build_mod/libfglrx_ip.a.GCC4 . cp 2.6.x/Makefile .