diff options
Diffstat (limited to 'meta-gnome/packages/gnome/libbonobo/configure-gthread.patch')
-rw-r--r-- | meta-gnome/packages/gnome/libbonobo/configure-gthread.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-gnome/packages/gnome/libbonobo/configure-gthread.patch b/meta-gnome/packages/gnome/libbonobo/configure-gthread.patch new file mode 100644 index 0000000000..005fa6760a --- /dev/null +++ b/meta-gnome/packages/gnome/libbonobo/configure-gthread.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- libbonobo-2.14.0/configure.in.orig 2006-09-04 09:21:54.000000000 +0100 | ||
2 | +++ libbonobo-2.14.0/configure.in 2006-09-04 09:22:58.000000000 +0100 | ||
3 | @@ -166,7 +166,7 @@ | ||
4 | AC_MSG_RESULT(no) | ||
5 | AC_MSG_ERROR( | ||
6 | [No working gthread-2.0 support found, using --disable-threads IS DISCOURAGED]) | ||
7 | - ] | ||
8 | + ],[AC_MSG_RESULT(yes)] | ||
9 | ) | ||
10 | CFLAGS=$libbonobo_save_CFLAGS | ||
11 | LIBS=$libbonobo_save_LIBS | ||