rpms/mesa/devel mesa-7.1-ia64-build-fix.patch, NONE, 1.1 mesa.spec, 1.156, 1.157

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Feb 11 20:51:21 UTC 2008


Author: ajax

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

Modified Files:
	mesa.spec 
Added Files:
	mesa-7.1-ia64-build-fix.patch 
Log Message:
* Mon Feb 11 2008 Adam Jackson <ajax at redhat.com> 7.1-0.9
- mesa-7.1-ia64-build-fix.patch: Fix build on ia64. (#427558)


mesa-7.1-ia64-build-fix.patch:

--- NEW FILE mesa-7.1-ia64-build-fix.patch ---
diff -up mesa-20071127/src/mesa/drivers/dri/i915/intel_tex.c.jx mesa-20071127/src/mesa/drivers/dri/i915/intel_tex.c
--- mesa-20071127/src/mesa/drivers/dri/i915/intel_tex.c.jx	2007-11-27 14:33:54.000000000 -0500
+++ mesa-20071127/src/mesa/drivers/dri/i915/intel_tex.c	2008-02-11 15:49:16.000000000 -0500
@@ -98,7 +98,7 @@ do_memcpy(void *dest, const void *src, s
 }
 
 
-#if DO_DEBUG
+#if defined(DO_DEBUG) && !defined(__ia64__)
 
 #ifndef __x86_64__
 static unsigned
@@ -183,7 +183,7 @@ intelInitTextureFuncs(struct dd_function
    functions->UpdateTexturePalette = 0;
    functions->IsTextureResident = intelIsTextureResident;
 
-#if DO_DEBUG
+#if defined(DO_DEBUG) && !defined(__ia64__)
    if (INTEL_DEBUG & DEBUG_BUFMGR)
       functions->TextureMemCpy = timed_memcpy;
    else


Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- mesa.spec	22 Jan 2008 18:27:50 -0000	1.156
+++ mesa.spec	11 Feb 2008 20:50:43 -0000	1.157
@@ -35,7 +35,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.1
-Release: 0.8%{?dist}
+Release: 0.9%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -54,6 +54,7 @@
 Patch25: mesa-7.0-symlinks-before-depend.patch
 Patch26: mesa-7.1-remove-getid-i915.patch
 Patch27: mesa-7.1-e7221.patch
+Patch28: mesa-7.1-ia64-build-fix.patch
 
 BuildRequires: pkgconfig
 %if %{with_dri}
@@ -184,6 +185,7 @@
 %patch25 -p1 -b .makej
 %patch26 -p1 -b .fixi915
 %patch27 -p1 -b .e7221
+%patch28 -p1 -b .ia64
 
 # WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
 # license and are not open source/free software, so we remove them.
@@ -415,6 +417,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Mon Feb 11 2008 Adam Jackson <ajax at redhat.com> 7.1-0.9
+- mesa-7.1-ia64-build-fix.patch: Fix build on ia64. (#427558)
+
 * Tue Jan 22 2008 Adam Jackson <ajax at redhat.com> 7.1-0.8
 - Enable i915 DRI on E7221. (Carlos Martín, #425790)
 




More information about the fedora-extras-commits mailing list