From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S5gdq-0005eA-H3 for garchives@archives.gentoo.org; Thu, 08 Mar 2012 16:56:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 433AAE0913; Thu, 8 Mar 2012 16:56:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 16828E0913 for ; Thu, 8 Mar 2012 16:56:31 +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 7BC711B4025 for ; Thu, 8 Mar 2012 16:56:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 003862004C; Thu, 8 Mar 2012 16:56:28 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qwtplot3d/files: qwtplot3d-qt48.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: qwtplot3d-qt48.patch X-VCS-Directories: x11-libs/qwtplot3d/files X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20120308165629.003862004C@flycatcher.gentoo.org> Date: Thu, 8 Mar 2012 16:56:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3f6c8eb7-80f9-4953-ac8c-f852e1f054e5 X-Archives-Hash: 5d0f4e542e7cdf47ae0b8b13807d71f4 jlec 12/03/08 16:56:28 Added: qwtplot3d-qt48.patch Log: Add fix for qt4.8, #407385; move to EAPI=3D4 and qt4-r2.eclass =20 (Portage version: 2.2.0_alpha90/cvs/Linux x86_64) Revision Changes Path 1.1 x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qwtplot3d= /files/qwtplot3d-qt48.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qwtplot3d= /files/qwtplot3d-qt48.patch?rev=3D1.1&content-type=3Dtext/plain Index: qwtplot3d-qt48.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D include/qwt3d_openglhelper.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/qwt3d_openglhelper.h b/include/qwt3d_openglhelper.h index e5499c2..a7ecddc 100644 --- a/include/qwt3d_openglhelper.h +++ b/include/qwt3d_openglhelper.h @@ -8,6 +8,11 @@ #include #endif =20 +#if QT_VERSION < 0x047999 +#include +#endif + + namespace Qwt3D { =20