/[gentoo-x86]/x11-libs/libXxf86dga/files/libXxf86dga-1.1.3-x32-stdint-include.patch
Gentoo

Contents of /x11-libs/libXxf86dga/files/libXxf86dga-1.1.3-x32-stdint-include.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Jun 12 13:11:44 2012 UTC (11 months, 1 week ago) by chithanh
Branch: MAIN
CVS Tags: HEAD
Fix building on x32, bug #420629.

(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

1 From d4f89f7f42484963575b4c7d2fa694051e111e76 Mon Sep 17 00:00:00 2001
2 From: Jeremy Huddleston <jeremyhu@apple.com>
3 Date: Fri, 09 Mar 2012 10:48:14 +0000
4 Subject: Include <stdint.h> for uintptr_t
5
6 Found-by: Tinderbox
7
8 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
9 ---
10 diff --git a/src/XF86DGA2.c b/src/XF86DGA2.c
11 index 32f455b..964de18 100644
12 --- a/src/XF86DGA2.c
13 +++ b/src/XF86DGA2.c
14 @@ -21,6 +21,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc
15 #include <X11/extensions/extutil.h>
16 #include <stdio.h>
17
18 +#include <stdint.h>
19
20 /* If you change this, change the Bases[] array below as well */
21 #define MAX_HEADS 16
22 --
23 cgit v0.9.0.2-2-gbebe

  ViewVC Help
Powered by ViewVC 1.1.13