From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AB5DC1381FB for ; Tue, 25 Dec 2012 16:19:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5065221C009; Tue, 25 Dec 2012 16:19:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1B3921C009 for ; Tue, 25 Dec 2012 16:19:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED50033D98B for ; Tue, 25 Dec 2012 16:19:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id B7F082171D; Tue, 25 Dec 2012 16:19:13 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-base/xorg-server/files: xorg-server-1.13-ia64-asm.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: xorg-server-1.13-ia64-asm.patch X-VCS-Directories: x11-base/xorg-server/files X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121225161913.B7F082171D@flycatcher.gentoo.org> Date: Tue, 25 Dec 2012 16:19:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e50786b-409d-43e4-b4e2-bdebf01f0265 X-Archives-Hash: a33adf807202ed95179b1aba17c635a8 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)