OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Jan-2006 13:59:03
Branch: HEAD Handle: 2006011112590300
Modified files:
openpkg-src/glib2 glib2.spec
Log:
ok, lets put on my peril sensitive sunglasses and enable Pthread
support by default as more and more glib2 based applications require
it anyway. Let's see whether we run into a portability nightmare or
not. If we do, we should revert this immediately, of course
Summary:
Revision Changes Path
1.61 +2 -2 openpkg-src/glib2/glib2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/glib2/glib2.spec
============================================================================
$ cvs diff -u -r1.60 -r1.61 glib2.spec
--- openpkg-src/glib2/glib2.spec 3 Jan 2006 20:41:06 -0000 1.60
+++ openpkg-src/glib2/glib2.spec 11 Jan 2006 12:59:03 -0000 1.61
@@ -37,10 +37,10 @@
Group: Algorithm
License: GPL
Version: %{V_glib2_major}.%{V_glib2_minor}
-Release: 20060103
+Release: 20060111
# package options
-%option with_threads no
+%option with_threads yes
# list of sources
Source0:
ftp://ftp.gtk.org/pub/gtk/v%{V_glib2_major}/glib-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]