OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Jun-2004 11:00:48
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-src/orbit2 orbit2.spec
Log:
upgrading package: orbit2 2.10.2 -> 2.10.3
Summary:
Revision Changes Path
1.29 +0 -0 openpkg-src/orbit2/orbit2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/orbit2/orbit2.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 orbit2.spec
--- openpkg-src/orbit2/orbit2.spec 7 May 2004 19:21:55 -0000 1.28
+++ openpkg-src/orbit2/orbit2.spec 24 Jun 2004 09:00:48 -0000 1.29
@@ -26,7 +26,7 @@
# package version
%define V_major 2
%define V_minor 10
-%define V_level 2
+%define V_level 3
# package information
Name: orbit2
@@ -39,7 +39,7 @@
Group: System
License: GPL
Version: %{V_major}.%{V_minor}.%{V_level}
-Release: 20040507
+Release: 20040624
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/ORBit%{V_major}/%{V_major}.%{V_minor}/ORBit%{V_major}-%{version}.tar.gz
@@ -74,8 +74,12 @@
touch *
%build
+ CFLAGS="%{l_cflags -O}"
+ case "%{l_platform -t}" in
+ *-freebsd* ) CFLAGS="$CFLAGS -pthread" ;;
+ esac
CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O}" \
+ CFLAGS="$CFLAGS" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
./configure \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]