From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/intel-gpu-tools/, x11-apps/intel-gpu-tools/files/
Date: Tue, 21 Jun 2016 18:47:38 +0000 (UTC) [thread overview]
Message-ID: <1466534840.f640a3c0f7560d0bcc23e6a3e0ff9f7346e707f1.vapier@gentoo> (raw)
commit: f640a3c0f7560d0bcc23e6a3e0ff9f7346e707f1
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 18:43:13 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 18:47:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f640a3c0
x11-libs/intel-gpu-tools: fix building due to missing inttypes.h #582430
.../files/intel-gpu-tools-1.12-inttypes.patch | 28 ++++++++++++++++++++++
.../intel-gpu-tools/intel-gpu-tools-1.12.ebuild | 4 ++++
2 files changed, 32 insertions(+)
diff --git a/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-inttypes.patch b/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-inttypes.patch
new file mode 100644
index 0000000..02a97c4
--- /dev/null
+++ b/x11-apps/intel-gpu-tools/files/intel-gpu-tools-1.12-inttypes.patch
@@ -0,0 +1,28 @@
+https://bugs.gentoo.org/582430
+
+From d24f4a5c5fe45e2fad8942acc137f87cd8f35ea5 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger <vapier@gentoo.org>
+Date: Tue, 21 Jun 2016 14:37:38 -0400
+Subject: [PATCH] include inttypes.h for PRI defines
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96620
+Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+---
+ lib/igt_fb.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lib/igt_fb.c b/lib/igt_fb.c
+index 61205f345707..ba29eae5cabd 100644
+--- a/lib/igt_fb.c
++++ b/lib/igt_fb.c
+@@ -28,6 +28,7 @@
+ #define _GNU_SOURCE
+ #include <stdio.h>
+ #include <math.h>
++#include <inttypes.h>
+
+ #include "drmtest.h"
+ #include "igt_fb.h"
+--
+2.8.2
+
diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild
index 6ce5c35..b25044b 100644
--- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.12.ebuild
@@ -22,6 +22,10 @@ DEPEND="dev-libs/glib:2
unwind? ( sys-libs/libunwind )"
RDEPEND="${DEPEND}"
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.12-inttypes.patch #582430
+)
+
pkg_setup() {
use python && python-single-r1_pkg_setup
}
next reply other threads:[~2016-06-21 18:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-21 18:47 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-06-13 22:16 [gentoo-commits] repo/gentoo:master commit in: x11-apps/intel-gpu-tools/, x11-apps/intel-gpu-tools/files/ Matt Turner
2018-06-13 22:16 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466534840.f640a3c0f7560d0bcc23e6a3e0ff9f7346e707f1.vapier@gentoo \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox