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 A6E0B13800E for ; Wed, 8 Aug 2012 15:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7958221C065; Wed, 8 Aug 2012 15:01:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4EF2721C065 for ; Wed, 8 Aug 2012 15:01:48 +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 AF0D01B4030 for ; Wed, 8 Aug 2012 15:01:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2160) id A36AE20033; Wed, 8 Aug 2012 15:01:45 +0000 (UTC) From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/pth/files: pth-2.0.7-kernel-3.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: pth-2.0.7-kernel-3.patch X-VCS-Directories: dev-libs/pth/files X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120808150145.A36AE20033@flycatcher.gentoo.org> Date: Wed, 8 Aug 2012 15:01:45 +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: a0eb6acf-aba9-488e-b6f5-f08196207e89 X-Archives-Hash: 6a3bfa4312edd602973949ca2f413d33 armin76 12/08/08 15:01:45 Added: pth-2.0.7-kernel-3.patch Log: Add patch to fix building in some arches with kernel-3 (Portage version: 2.1.11.5/cvs/Linux ia64) Revision Changes Path 1.1 dev-libs/pth/files/pth-2.0.7-kernel-3.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/files/pth-2.0.7-kernel-3.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/pth/files/pth-2.0.7-kernel-3.patch?rev=1.1&content-type=text/plain Index: pth-2.0.7-kernel-3.patch =================================================================== diff -ur pth-2.0.7.orig//aclocal.m4 pth-2.0.7/aclocal.m4 --- pth-2.0.7.orig//aclocal.m4 2012-08-08 16:25:05.289931224 +0200 +++ pth-2.0.7/aclocal.m4 2012-08-08 16:26:45.164932424 +0200 @@ -1074,7 +1074,7 @@ braindead=no case "x`uname -r`" in changequote(, )dnl - x2.[23456789]* ) ;; + x[23].[23456789]* ) ;; changequote([, ]) * ) braindead=yes ;; esac diff -ur pth-2.0.7.orig//configure pth-2.0.7/configure --- pth-2.0.7.orig//configure 2012-08-08 16:25:05.289931224 +0200 +++ pth-2.0.7/configure 2012-08-08 16:27:00.391494004 +0200 @@ -22512,7 +22512,7 @@ *-*-linux* ) braindead=no case "x`uname -r`" in - x2.[23456789]* ) ;; + x[23].[23456789]* ) ;; * ) braindead=yes ;; esac