patches/eog-02-add-libgthread.diff
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 15129 9825f1447c4b
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.

--- eog-2.25.91/configure.ac.ori	2009-02-18 05:54:24.414520794 +0000
+++ eog-2.25.91/configure.ac	2009-02-18 05:54:54.862678878 +0000
@@ -118,6 +118,9 @@
 	AC_MSG_ERROR([No sufficient zlib library found on your system.])
 fi
 
+dnl *** check for gthread-2.0 library ***
+AC_CHECK_LIB(gthread-2.0, g_thread_init)
+
 # ***************
 # EXIF (optional)
 # ***************