OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Jan-2005 20:09:15
Branch: HEAD Handle: 2005012519091400
Modified files:
openpkg-src/gconf gconf.spec
Log:
fix building
Summary:
Revision Changes Path
1.13 +4 -3 openpkg-src/gconf/gconf.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gconf/gconf.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 gconf.spec
--- openpkg-src/gconf/gconf.spec 1 Jan 2005 10:49:20 -0000 1.12
+++ openpkg-src/gconf/gconf.spec 25 Jan 2005 19:09:14 -0000 1.13
@@ -38,7 +38,7 @@
Group: Database
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20041228
+Release: 20050125
# list of sources
Source0:
ftp://ftp.gnome.org/pub/GNOME/sources/GConf/%{V_major}/GConf-%{version}.tar.bz2
@@ -49,8 +49,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, make, pkgconfig, gcc
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: glib2, gtk2, orbit2, libxml
-PreReq: glib2, gtk2, orbit2, libxml
+BuildPreReq: glib2, gtk2, orbit2, libxml, gettext
+PreReq: glib2, gtk2, orbit2, libxml, gettext
AutoReq: no
AutoReqProv: no
@@ -77,6 +77,7 @@
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ LIBS="-lintl" \
./configure \
--prefix=%{l_prefix} \
--enable-shared
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]