diff options
author | wiz <wiz> | 2010-06-05 12:29:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-06-05 12:29:53 +0000 |
commit | 5a7a42044ac61c3c91d87a8805a4023e15dc24eb (patch) | |
tree | 6fb54f1b15adc059f95bac2cc7e962867c79a7d9 /emulators | |
parent | 58198653acb42a5338ee024cc76ffa9340c1b04a (diff) | |
download | pkgsrc-5a7a42044ac61c3c91d87a8805a4023e15dc24eb.tar.gz |
Fix build with latest X from xsrc. I hope it doesn't break anything else,
but I expect it... let me know if you can improve the patch.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/distinfo | 4 | ||||
-rw-r--r-- | emulators/vice/patches/patch-af | 16 |
2 files changed, 15 insertions, 5 deletions
diff --git a/emulators/vice/distinfo b/emulators/vice/distinfo index f044cf69af1..c1003570c2b 100644 --- a/emulators/vice/distinfo +++ b/emulators/vice/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2009/07/12 22:10:59 hasso Exp $ +$NetBSD: distinfo,v 1.34 2010/06/05 12:29:53 wiz Exp $ SHA1 (vice-1.22.tar.gz) = 55e0047824f64173539e03ddd2d5ab51cd581fbb RMD160 (vice-1.22.tar.gz) = ca93fc424e617e38f27e288ebcdfbab2aa3659db Size (vice-1.22.tar.gz) = 6088483 bytes SHA1 (patch-aa) = 16bc2420025494bee1eb6ed64c7b746f001406f7 SHA1 (patch-ab) = 5c480e693b3ba16d36d740d1ba56c85553d2665b -SHA1 (patch-af) = 524913b7bc753dafde909bb26ace8f0500be14d5 +SHA1 (patch-af) = c3300ce505dfd4c92c01503ab7dbfb84f9283cd8 diff --git a/emulators/vice/patches/patch-af b/emulators/vice/patches/patch-af index 065ffb35052..ff90a1562b3 100644 --- a/emulators/vice/patches/patch-af +++ b/emulators/vice/patches/patch-af @@ -1,8 +1,18 @@ -$NetBSD: patch-af,v 1.6 2006/06/29 22:56:34 dillo Exp $ +$NetBSD: patch-af,v 1.7 2010/06/05 12:29:53 wiz Exp $ ---- src/arch/unix/x11/video.c.orig 2006-01-02 01:04:55.000000000 +0100 +--- src/arch/unix/x11/video.c.orig 2007-08-04 13:24:43.000000000 +0000 +++ src/arch/unix/x11/video.c -@@ -210,11 +210,7 @@ int video_init_cmdline_options(void) +@@ -56,6 +56,9 @@ + #include <X11/Xutil.h> + #include <X11/Intrinsic.h> + #include <X11/cursorfont.h> ++#include <X11/extensions/Xxf86dga.h> ++#include <X11/Xmd.h> ++#include <X11/extensions/shmproto.h> + + #include <stdio.h> + #include <stdlib.h> +@@ -221,11 +224,7 @@ int video_init_cmdline_options(void) /* ------------------------------------------------------------------------- */ |