All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] xserver_xorg-server: Compile fix for mips64
Date: Tue, 15 Apr 2014 07:07:26 +0200	[thread overview]
Message-ID: <1397538446-25247-3-git-send-email-bernd.kuhls@t-online.de> (raw)
In-Reply-To: <1397538446-25247-1-git-send-email-bernd.kuhls@t-online.de>


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../xserver_xorg-server-mips.patch                    |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 package/x11r7/xserver_xorg-server/xserver_xorg-server-mips.patch

diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server-mips.patch b/package/x11r7/xserver_xorg-server/xserver_xorg-server-mips.patch
new file mode 100644
index 0000000..ac01e7c
--- /dev/null
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server-mips.patch
@@ -0,0 +1,17 @@
+Taken from upstream bug tracker:
+https://bugs.freedesktop.org/show_bug.cgi?id=72126
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+
+diff -up xorg-server-1.14.4/hw/xfree86/common/compiler.h xorg-server-1.14.4-fix/hw/xfree86/common/compiler.h
+--- xorg-server-1.14.4/hw/xfree86/common/compiler.h	2013-07-26 01:14:32.000000000 -0400
++++ xorg-server-1.14.4-fix/hw/xfree86/common/compiler.h	2013-11-27 23:16:46.000000000 -0500
+@@ -727,7 +727,7 @@ xf86WriteMmio32LeNB(__volatile__ void *b
+ #define PORT_SIZE short
+ #endif
+ 
+-_X_EXPORT unsigned int IOPortBase;      /* Memory mapped I/O port area */
++_X_EXPORT uintptr_t IOPortBase;      /* Memory mapped I/O port area */
+ 
+ static __inline__ void
+ outb(unsigned PORT_SIZE port, unsigned char val)
-- 
1.7.10.4

  parent reply	other threads:[~2014-04-15  5:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-15  5:07 [Buildroot] [PATCH 1/3] xproto_xproto: Bump version to 7.0.26 Bernd Kuhls
2014-04-15  5:07 ` [Buildroot] [PATCH 2/3] xserver_xorg-server: Bump version to 1.15.1 Bernd Kuhls
2014-04-15  5:07 ` Bernd Kuhls [this message]
2014-04-15 21:16 ` [Buildroot] [PATCH 1/3] xproto_xproto: Bump version to 7.0.26 Thomas Petazzoni

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=1397538446-25247-3-git-send-email-bernd.kuhls@t-online.de \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.