summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-07-06 12:34:52 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-07-06 12:34:52 +0800
commit8827400769ffb3df5e22971f068975df4bbd9a28 (patch)
tree9e861ea6afc4cf337486b164ef93464a1c264753 /x11
parent9237c64641f03b3cd2eb662103af17379968c315 (diff)
downloadmarcuscom-ports-8827400769ffb3df5e22971f068975df4bbd9a28.tar
marcuscom-ports-8827400769ffb3df5e22971f068975df4bbd9a28.tar.gz
marcuscom-ports-8827400769ffb3df5e22971f068975df4bbd9a28.tar.bz2
marcuscom-ports-8827400769ffb3df5e22971f068975df4bbd9a28.tar.lz
marcuscom-ports-8827400769ffb3df5e22971f068975df4bbd9a28.tar.xz
marcuscom-ports-8827400769ffb3df5e22971f068975df4bbd9a28.tar.zst
marcuscom-ports-8827400769ffb3df5e22971f068975df4bbd9a28.zip
Add a hack to fix the build with libxklavier 4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12419 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/libgnomekbd/Makefile3
-rw-r--r--x11/libgnomekbd/files/patch-libgnomekbd_gkbd-indicator.c11
2 files changed, 13 insertions, 1 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile
index c5eb0593e..9b51079ca 100644
--- a/x11/libgnomekbd/Makefile
+++ b/x11/libgnomekbd/Makefile
@@ -3,11 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/x11/libgnomekbd/Makefile,v 1.31 2009/05/26 18:51:46 kwm Exp $
#
PORTNAME= libgnomekbd
PORTVERSION= 2.27.2
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/x11/libgnomekbd/files/patch-libgnomekbd_gkbd-indicator.c b/x11/libgnomekbd/files/patch-libgnomekbd_gkbd-indicator.c
new file mode 100644
index 000000000..3a40bf997
--- /dev/null
+++ b/x11/libgnomekbd/files/patch-libgnomekbd_gkbd-indicator.c
@@ -0,0 +1,11 @@
+--- libgnomekbd/gkbd-indicator.c.orig 2009-07-06 00:27:46.000000000 -0400
++++ libgnomekbd/gkbd-indicator.c 2009-07-06 00:27:57.000000000 -0400
+@@ -717,7 +717,7 @@ gkbd_indicator_global_init (void)
+ globals.registry =
+ xkl_config_registry_get_instance (globals.engine);
+
+- xkl_config_registry_load (globals.registry);
++ xkl_config_registry_load (globals.registry, TRUE);
+
+ gconf_client = gconf_client_get_default ();
+