aboutsummaryrefslogtreecommitdiff
path: root/x11/libxklavier/files/patch-libxklavier_xklavier_config.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11/libxklavier/files/patch-libxklavier_xklavier_config.c
parent7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff)
downloadports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz
ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Notes
Notes: svn path=/head/; revision=175261
Diffstat (limited to 'x11/libxklavier/files/patch-libxklavier_xklavier_config.c')
-rw-r--r--x11/libxklavier/files/patch-libxklavier_xklavier_config.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/libxklavier/files/patch-libxklavier_xklavier_config.c b/x11/libxklavier/files/patch-libxklavier_xklavier_config.c
new file mode 100644
index 000000000000..889c14b89d85
--- /dev/null
+++ b/x11/libxklavier/files/patch-libxklavier_xklavier_config.c
@@ -0,0 +1,15 @@
+--- libxklavier/xklavier_config.c 2006-04-15 22:04:38.000000000 -0400
++++ libxklavier/xklavier_config.c 2006-07-08 10:15:17.000000000 -0400
+@@ -275,7 +275,11 @@
+ gchar *
+ xkl_strings_concat_comma_separated(gchar ** array)
+ {
+- return g_strjoinv(",", array);
++ if (array) {
++ return g_strjoinv(",", array);
++ } else {
++ return g_strdup("");
++ }
+ }
+
+ void