rpms/liboil/devel liboil-0.3.13-better-altivec-detect.patch, 1.2, 1.3

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Mar 11 15:07:49 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/liboil/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13377

Modified Files:
	liboil-0.3.13-better-altivec-detect.patch 
Log Message:
Another patch update


liboil-0.3.13-better-altivec-detect.patch:

Index: liboil-0.3.13-better-altivec-detect.patch
===================================================================
RCS file: /cvs/pkgs/rpms/liboil/devel/liboil-0.3.13-better-altivec-detect.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- liboil-0.3.13-better-altivec-detect.patch	11 Mar 2008 14:59:39 -0000	1.2
+++ liboil-0.3.13-better-altivec-detect.patch	11 Mar 2008 15:07:43 -0000	1.3
@@ -4,7 +4,7 @@
 retrieving revision 1.1
 diff -u -p -u -p -r1.1 liboilcpu-powerpc.c
 --- liboil/liboilcpu-powerpc.c	14 Nov 2007 09:30:20 -0000	1.1
-+++ liboil/liboilcpu-powerpc.c	11 Mar 2008 14:55:19 -0000
++++ liboil/liboilcpu-powerpc.c	11 Mar 2008 15:07:22 -0000
 @@ -44,6 +44,21 @@
  //#include <sys/time.h>
  //#include <time.h>
@@ -102,7 +102,7 @@
  {
  #if defined(__FreeBSD__)
    oil_check_altivec_sysctl();
-+#elif defined(#ifdef __linux__)
++#elif defined(__linux__)
 +  oil_check_altivec_proc();
  #else
    oil_check_altivec_fault();




More information about the scm-commits mailing list