diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-09-04 10:11:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-09-04 10:11:38 +0000 |
commit | 916d8f1d6b38a15fa3f24cfd54903d4833418fd7 (patch) | |
tree | 0cfabdfebc44551a3e362b32ab40c355a3797e18 /packages/gnome/libbonobo/configure-gthread.patch | |
parent | a00c3736cc87257bb0fc7feea1463322236c0d4f (diff) | |
parent | dd6915b00393feb4830a4435f13b505f838bf7e9 (diff) |
merge of 38117d57558bad2d7938536e244fcb6954590006
and b2f5c9fe90e9f2472e9d3ec0d1fdca6e3acd77e4
Diffstat (limited to 'packages/gnome/libbonobo/configure-gthread.patch')
-rw-r--r-- | packages/gnome/libbonobo/configure-gthread.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gnome/libbonobo/configure-gthread.patch b/packages/gnome/libbonobo/configure-gthread.patch new file mode 100644 index 0000000000..005fa6760a --- /dev/null +++ b/packages/gnome/libbonobo/configure-gthread.patch @@ -0,0 +1,11 @@ +--- libbonobo-2.14.0/configure.in.orig 2006-09-04 09:21:54.000000000 +0100 ++++ libbonobo-2.14.0/configure.in 2006-09-04 09:22:58.000000000 +0100 +@@ -166,7 +166,7 @@ + AC_MSG_RESULT(no) + AC_MSG_ERROR( + [No working gthread-2.0 support found, using --disable-threads IS DISCOURAGED]) +- ] ++ ],[AC_MSG_RESULT(yes)] + ) + CFLAGS=$libbonobo_save_CFLAGS + LIBS=$libbonobo_save_LIBS |