diff options
Diffstat (limited to 'x11-toolkits/gtk--2')
-rw-r--r-- | x11-toolkits/gtk--2/files/patch-ah | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk--2/pkg-plist | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/gtk--2/files/patch-ah b/x11-toolkits/gtk--2/files/patch-ah new file mode 100644 index 00000000000..9f278686ff6 --- /dev/null +++ b/x11-toolkits/gtk--2/files/patch-ah @@ -0,0 +1,11 @@ +--- gdk--/gdk--/window.cc.orig Mon May 10 00:08:58 1999 ++++ gdk--/gdk--/window.cc Mon May 10 00:24:00 1999 +@@ -57,7 +57,7 @@ + Gdk_Window::Gdk_Window(const Gdk_WindowAttr &attributes, + gint attributes_mask):Gdk_Drawable(0) + { +- create(NULL,attributes,attributes_mask); ++ create((Gdk_Window &)gdk_root_parent,attributes,attributes_mask); + } + + Gdk_Window::~Gdk_Window() diff --git a/x11-toolkits/gtk--2/pkg-plist b/x11-toolkits/gtk--2/pkg-plist index 4fc958e96ba..4d4ac7b0dd6 100644 --- a/x11-toolkits/gtk--2/pkg-plist +++ b/x11-toolkits/gtk--2/pkg-plist @@ -208,3 +208,4 @@ share/aclocal/gtk--.m4 @dirrm include/gtk-- @dirrm include/gdk--/extra @dirrm include/gdk-- +@unexec rmdir %D/share/aclocal 2>/dev/null || true |