diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-12 11:40:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-12 11:40:25 +0000 |
commit | f8eb0d8321b6e8f621616f2f3b0d312f38c4ee21 (patch) | |
tree | 1b089459ec9773ba8874b06c1eb6f0594a730f9f /x11/gtk3/patches | |
parent | 1b1af822cf5c7d9cb78eeef80d4c2b857b37b26b (diff) | |
download | pkgsrc-f8eb0d8321b6e8f621616f2f3b0d312f38c4ee21.tar.gz |
Since libXi-1.7 there are header problems between it and Xfixes-5.0.
This is hacky workaround.
Diffstat (limited to 'x11/gtk3/patches')
-rw-r--r-- | x11/gtk3/patches/patch-gdk_x11_gdkwindow-x11.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/gtk3/patches/patch-gdk_x11_gdkwindow-x11.h b/x11/gtk3/patches/patch-gdk_x11_gdkwindow-x11.h new file mode 100644 index 00000000000..e300e4d351c --- /dev/null +++ b/x11/gtk3/patches/patch-gdk_x11_gdkwindow-x11.h @@ -0,0 +1,15 @@ +$NetBSD: patch-gdk_x11_gdkwindow-x11.h,v 1.1 2013/03/12 11:40:25 wiz Exp $ + +Since libXi-1.7 there are header problems between it and Xfixes-5.0. +This is hacky workaround. + +--- gdk/x11/gdkwindow-x11.h.orig 2012-11-19 14:32:20.000000000 +0000 ++++ gdk/x11/gdkwindow-x11.h +@@ -25,6 +25,7 @@ + #ifndef __GDK_WINDOW_X11_H__ + #define __GDK_WINDOW_X11_H__ + ++#include <X11/extensions/Xfixes.h> + #include "gdk/x11/gdkprivate-x11.h" + #include "gdk/gdkwindowimpl.h" + |