diff options
Diffstat (limited to 'x11/gtk3/patches/patch-config.h.in')
-rw-r--r-- | x11/gtk3/patches/patch-config.h.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/gtk3/patches/patch-config.h.in b/x11/gtk3/patches/patch-config.h.in new file mode 100644 index 00000000000..7084eb689f7 --- /dev/null +++ b/x11/gtk3/patches/patch-config.h.in @@ -0,0 +1,14 @@ +$NetBSD: patch-config.h.in,v 1.1 2013/05/11 19:49:15 riastradh Exp $ + +--- config.h.in.orig 2013-01-07 10:56:29.000000000 +0000 ++++ config.h.in +@@ -21,6 +21,9 @@ + /* Define the location where the catalogs will be installed */ + #undef GTK_LOCALEDIR + ++/* Define if we're using atk-bridge-2.0 */ ++#undef HAVE_ATK_BRIDGE ++ + /* Define to 1 if you have the `bind_textdomain_codeset' function. */ + #undef HAVE_BIND_TEXTDOMAIN_CODESET + |