1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/ekiga/files/patch-ubuntu
Mikhail Teterin eeca73f05c Attempt to fix the PRs below caused by PWLib getting upgraded under our
feet. While here, add a small patch found in Ubuntu and Debian ports.

PR:	ports/121346
PR:	ports/120824
PR:	ports/121401
2008-03-06 22:59:52 +00:00

16 lines
368 B
Plaintext

A small patch found among Ubuntu and Debian ports of Ekiga.
-mi
--- lib/gmconf/gmconf-glib.c 2007-09-18 09:00:21.000000000 +0000
+++ lib/gmconf/gmconf-glib.c 2007-10-06 18:34:01.000000000 +0000
@@ -1473,7 +1473,7 @@
}
gboolean
-gm_conf_is_key_writable (gchar *key)
+gm_conf_is_key_writable (const gchar *key)
{
g_return_val_if_fail (key != NULL, FALSE);