aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-09-04 09:56:36 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-09-04 09:56:36 +0000
commit3db8d2e4c418d898668d3fe1c7323570e366b8e5 (patch)
tree84298adc1c851ed7f8fb42ee5e2cc384b391c455 /packages/gnome
parent96a81259628f148f9c7543a8d84b44ee05df539b (diff)
downloadopenembedded-3db8d2e4c418d898668d3fe1c7323570e366b8e5.tar.gz
libbonobo/configure-gthread.patch : forgot the patch
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/libbonobo/.mtn2git_empty0
-rw-r--r--packages/gnome/libbonobo/configure-gthread.patch11
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/gnome/libbonobo/.mtn2git_empty b/packages/gnome/libbonobo/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gnome/libbonobo/.mtn2git_empty
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