pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/Xrandr-mixedcase Fix double inclusion compilation ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/654ac95415d8
branches:  trunk
changeset: 472176:654ac95415d8
user:      reinoud <reinoud%pkgsrc.org@localhost>
date:      Mon Apr 05 23:03:52 2004 +0000

description:
Fix double inclusion compilation error with some XFree versions.

diffstat:

 x11/Xrandr-mixedcase/distinfo         |   3 ++-
 x11/Xrandr-mixedcase/patches/patch-ab |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r c957e950d10c -r 654ac95415d8 x11/Xrandr-mixedcase/distinfo
--- a/x11/Xrandr-mixedcase/distinfo     Mon Apr 05 22:53:31 2004 +0000
+++ b/x11/Xrandr-mixedcase/distinfo     Mon Apr 05 23:03:52 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2003/12/04 18:57:45 recht Exp $
+$NetBSD: distinfo,v 1.3 2004/04/05 23:03:52 reinoud Exp $
 
 SHA1 (libXrandr-1.0.1.tar.bz2) = a3d4f06d1a64abaf8f5dd6f0125d4bc5aebdcdeb
 Size (libXrandr-1.0.1.tar.bz2) = 186940 bytes
 SHA1 (patch-aa) = a8e0b3ef460f21125ebf9058dcaa3d9066e06841
+SHA1 (patch-ab) = 54d37f78e7f61cb82957b7526e2a426bf1e41d8a
diff -r c957e950d10c -r 654ac95415d8 x11/Xrandr-mixedcase/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/Xrandr-mixedcase/patches/patch-ab     Mon Apr 05 23:03:52 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2004/04/05 23:03:52 reinoud Exp $
+
+--- Xrandr.c.orig      2003-05-28 00:26:42.000000000 +0200
++++ Xrandr.c
+@@ -27,10 +27,9 @@
+ #include <stdio.h>
+ #include <X11/Xlib.h>
+ /* we need to be able to manipulate the Display structure on events */
+-#include <X11/Xlibint.h>
++#include "Xrandrint.h"
+ #include <X11/extensions/render.h>
+ #include <X11/extensions/Xrender.h>
+-#include "Xrandrint.h"
+ 
+ XExtensionInfo XRRExtensionInfo;
+ char XRRExtensionName[] = RANDR_NAME;



Home | Main Index | Thread Index | Old Index