libbonobo/configure-gthread.patch : forgot the patch
authorGraeme Gregory <dp@xora.org.uk>
Mon, 4 Sep 2006 09:56:36 +0000 (09:56 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Mon, 4 Sep 2006 09:56:36 +0000 (09:56 +0000)
packages/gnome/libbonobo/.mtn2git_empty [new file with mode: 0644]
packages/gnome/libbonobo/configure-gthread.patch [new file with mode: 0644]

diff --git a/packages/gnome/libbonobo/.mtn2git_empty b/packages/gnome/libbonobo/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gnome/libbonobo/configure-gthread.patch b/packages/gnome/libbonobo/configure-gthread.patch
new file mode 100644 (file)
index 0000000..005fa67
--- /dev/null
@@ -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