[Lunar-commits] CVS: moonbase/x11/fglrx PRE_BUILD,1.4,1.5

Aaron Watry watryac04 at lunar-linux.org
Tue Feb 22 00:13:23 UTC 2005


Update of /var/cvs/lunar/moonbase/x11/fglrx
In directory espresso.foo-projects.org:/tmp/cvs-serv6237

Modified Files:
	PRE_BUILD 
Log Message:
Commenting out the patch logic for kernel >=2.6.10 because patch is no 
longer required (and leaving uncommented breaks build in 2.6.10+)...  
leaving the code in because ATI has a habit of requiring patches, 
and it'll make future versions easier to update to when they are needed.


Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/fglrx/PRE_BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- PRE_BUILD	24 Jan 2005 16:54:09 -0000	1.4
+++ PRE_BUILD	22 Feb 2005 00:13:20 -0000	1.5
@@ -2,17 +2,17 @@
 cd $SOURCE_DIRECTORY &&
 rpmunpack $SOURCE_CACHE/$SOURCE &&
 gunzip $(echo $SOURCE | sed 's:i386.rpm$:cpio.gz:') &&
-cpio -i --no-absolute-filenames --make-directories < $(echo $SOURCE | sed 's:i386.rpm$:cpio:') &&
+cpio -i --no-absolute-filenames --make-directories < $(echo $SOURCE | sed 's:i386.rpm$:cpio:')
 
 #The patch is only valid for 2.6.10 or higher, so skip it on others
 #Also, we can only compile against running kernels, so it is legal
 #to use uname to grab kernel version number.
-if [ `uname -r | cut -d. -f1,2` = "2.6" ]; then
-  if [ `uname -r | cut -d. -f3` -ge "10" ]; then
-    cd $SOURCE_DIRECTORY/lib/modules/fglrx/build_mod &&
-    patch_it $SOURCE_CACHE/$SOURCE2 0
-  fi
-fi
+#if [ `uname -r | cut -d. -f1,2` = "2.6" ]; then
+#  if [ `uname -r | cut -d. -f3` -ge "10" ]; then
+#    cd $SOURCE_DIRECTORY/lib/modules/fglrx/build_mod &&
+#    patch_it $SOURCE_CACHE/$SOURCE2 0
+#  fi
+#fi
 
 
 



More information about the Lunar-commits mailing list