Fix build with current X headers.
This commit is contained in:
parent
99ce7f2536
commit
6815774ca0
2 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.3 2010/01/29 11:29:51 rhialto Exp $
|
||||
$NetBSD: distinfo,v 1.4 2010/07/04 15:28:46 thomasklausner Exp $
|
||||
|
||||
SHA1 (vice-2.2.tar.gz) = 88ec1f4fefc708957b242805a28ca9b26a3e2738
|
||||
RMD160 (vice-2.2.tar.gz) = d3fb33deb776ffcae297df413849437fb4e49840
|
||||
|
@ -8,3 +8,4 @@ RMD160 (vice_2_2_netbsd.patch) = 26cd48aa79eae7976f41f4dacf972d81c5da788e
|
|||
Size (vice_2_2_netbsd.patch) = 4437 bytes
|
||||
SHA1 (patch-aa) = 16bc2420025494bee1eb6ed64c7b746f001406f7
|
||||
SHA1 (patch-ab) = 2bad0a4b5cfe5d21ee4720202fde56aa15eab8fd
|
||||
SHA1 (patch-ad) = dcecc48b56beaf70bbb1b955a8da3ac5d4bd7ce3
|
||||
|
|
13
vice2/patches/patch-ad
Normal file
13
vice2/patches/patch-ad
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ad,v 1.1 2010/07/04 15:28:46 thomasklausner Exp $
|
||||
|
||||
--- src/arch/unix/x11/xaw/x11video.c.orig 2009-10-21 16:46:45.000000000 +0000
|
||||
+++ src/arch/unix/x11/xaw/x11video.c
|
||||
@@ -59,6 +59,8 @@
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
#include <X11/cursorfont.h>
|
||||
+#include <X11/Xmd.h>
|
||||
+#include <X11/extensions/shmproto.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
Loading…
Reference in a new issue