summaryrefslogtreecommitdiff
path: root/devel/libbonoboui/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libbonoboui/patches/patch-ab')
-rw-r--r--devel/libbonoboui/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libbonoboui/patches/patch-ab b/devel/libbonoboui/patches/patch-ab
new file mode 100644
index 00000000000..f7f250ccf9c
--- /dev/null
+++ b/devel/libbonoboui/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2006/12/06 05:44:24 minskim Exp $
+
+http://bugzilla.gnome.org/show_bug.cgi?id=382692
+
+--- bonobo/bonobo-control.c.orig 2006-05-15 06:50:49.000000000 -0700
++++ bonobo/bonobo-control.c
+@@ -23,6 +23,7 @@
+ #define interface _win32_interface
+ #include <gdk/gdkwin32.h>
+ #undef interface
++#elif defined (GDK_WINDOWING_QUARTZ)
+ #else
+ #error Port to this GDK backend
+ #endif