public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-base/xorg-server/files: xorg-server-1.13-ia64-asm.patch
@ 2012-12-25 16:19 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-12-25 16:19 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/12/25 16:19:13

  Added:                xorg-server-1.13-ia64-asm.patch
  Log:
  Version bump, add patch to fix building drivers on ia64, bug #447152.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  x11-base/xorg-server/files/xorg-server-1.13-ia64-asm.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/files/xorg-server-1.13-ia64-asm.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/xorg-server/files/xorg-server-1.13-ia64-asm.patch?rev=1.1&content-type=text/plain

Index: xorg-server-1.13-ia64-asm.patch
===================================================================
diff -ur a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h
--- a/hw/xfree86/common/compiler.h	2012-10-14 01:38:50.000000000 +0200
+++ b/hw/xfree86/common/compiler.h	2012-12-25 14:59:05.637854813 +0100
@@ -1351,7 +1351,7 @@
 #else                           /* ix86 */
 
 #if !defined(__SUNPRO_C)
-#if !defined(FAKEIT) && !defined(__mc68000__) && !defined(__arm__) && !defined(__sh__) && !defined(__hppa__) && !defined(__s390__) && !defined(__m32r__)
+#if !defined(FAKEIT) && !defined(__mc68000__) && !defined(__arm__) && !defined(__sh__) && !defined(__hppa__) && !defined(__s390__) && !defined(__m32r__) && !defined(__ia64__)
 #ifdef GCCUSESGAS
 
 /*
@@ -1453,7 +1453,7 @@
 
 #endif                          /* GCCUSESGAS */
 
-#else                           /* !defined(FAKEIT) && !defined(__mc68000__)  && !defined(__arm__) && !defined(__sh__) && !defined(__hppa__) && !defined(__m32r__) */
+#else                           /* !defined(FAKEIT) && !defined(__mc68000__)  && !defined(__arm__) && !defined(__sh__) && !defined(__hppa__) && !defined(__m32r__) && !defined(__ia64__) */
 
 static __inline__ void
 outb(unsigned short port, unsigned char val)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-25 16:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-25 16:19 [gentoo-commits] gentoo-x86 commit in x11-base/xorg-server/files: xorg-server-1.13-ia64-asm.patch Chi-Thanh Christopher Nguyen (chithanh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox