diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-08-03 12:53:31 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-08-03 12:53:31 +0000 |
commit | a724c8763433398d76de5acf75fdc4c6e455fa86 (patch) | |
tree | b92ab135cf30932b5a0d1496c99ad7a7422e5752 /x11-toolkits/inti-gconf | |
parent | 69a6dcaa2d1edebbf781624b4772143c9ed763ea (diff) | |
download | ports-a724c8763433398d76de5acf75fdc4c6e455fa86.tar.gz ports-a724c8763433398d76de5acf75fdc4c6e455fa86.zip |
Notes
Diffstat (limited to 'x11-toolkits/inti-gconf')
-rw-r--r-- | x11-toolkits/inti-gconf/files/patch-client.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/inti-gconf/files/patch-client.cc b/x11-toolkits/inti-gconf/files/patch-client.cc new file mode 100644 index 000000000000..33519296066c --- /dev/null +++ b/x11-toolkits/inti-gconf/files/patch-client.cc @@ -0,0 +1,11 @@ +--- inti/gconf/client.cc.orig 2007-08-03 14:48:40.000000000 +0200 ++++ inti/gconf/client.cc 2007-08-03 14:49:08.000000000 +0200 +@@ -147,7 +147,7 @@ + + while (next != 0) + { +- list.push_back((int)next->data); ++ list.push_back((intptr_t)next->data); + next = g_slist_next(next); + } + |