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: 25-Aug-2006 20:18:33 Branch: HEAD Handle: 2006082519183300 Modified files: openpkg-src/glib2 glib2.spec Log: let glib detect by its own how to build with pthreads on FreeBSD, else it would determine the flag -pthreads instead of -pthread Summary: Revision Changes Path 1.73 +1 -2 openpkg-src/glib2/glib2.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/glib2/glib2.spec ============================================================================ $ cvs diff -u -r1.72 -r1.73 glib2.spec --- openpkg-src/glib2/glib2.spec 22 Aug 2006 06:34:07 -0000 1.72 +++ openpkg-src/glib2/glib2.spec 25 Aug 2006 18:18:33 -0000 1.73 @@ -37,7 +37,7 @@ Group: Algorithm License: GPL Version: %{V_glib2_major}.%{V_glib2_minor} -Release: 20060822 +Release: 20060825 # package options %option with_threads yes @@ -97,7 +97,6 @@ libs="" %if "%{with_threads}" == "yes" case "%{l_platform -t}" in - *-freebsd* ) libs="-lpthread" ;; *-netbsd* ) libs="-lpthread" ;; esac %endif @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org