public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/files/
Date: Wed,  2 Nov 2011 03:12:36 +0000 (UTC)	[thread overview]
Message-ID: <6d416078f89c317ed6814ab9e77a324e78656d48.mattst88@gentoo> (raw)

commit:     6d416078f89c317ed6814ab9e77a324e78656d48
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Wed Nov  2 03:10:19 2011 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Wed Nov  2 03:10:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6d416078

x11-libs/libdrm: rebase solaris patch, bug 389261

Trivially broken by upstream 961bf9b5c2866ccb4fedf2b45b29fb688519d0db

---
 x11-libs/libdrm/files/libdrm-2.4.23-solaris.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-libs/libdrm/files/libdrm-2.4.23-solaris.patch b/x11-libs/libdrm/files/libdrm-2.4.23-solaris.patch
index 5c148a4..0311a00 100644
--- a/x11-libs/libdrm/files/libdrm-2.4.23-solaris.patch
+++ b/x11-libs/libdrm/files/libdrm-2.4.23-solaris.patch
@@ -76,7 +76,7 @@ Index: libdrm-2.4.23/xf86drm.c
 +#ifdef __sun
 +    map.handle = handle;
 +#else
-     map.handle = (void *)handle;
+     map.handle = (void *)(uintptr_t)handle;
 +#endif
  
      if(drmIoctl(fd, DRM_IOCTL_RM_MAP, &map))



             reply	other threads:[~2011-11-02  3:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-02  3:12 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-22 17:43 [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/files/ 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=6d416078f89c317ed6814ab9e77a324e78656d48.mattst88@gentoo \
    --to=mattst88@gmail.com \
    --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