OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Aug-2002 14:12:10
Branch: HEAD Handle: 2002082013120900
Modified files:
openpkg-src/popt popt.spec
Log:
try to use internal gettext
Summary:
Revision Changes Path
1.6 +3 -2 openpkg-src/popt/popt.spec
____________________________________________________________________________
Index: openpkg-src/popt/popt.spec
============================================================
$ cvs diff -u -r1.5 -r1.6 popt.spec
--- openpkg-src/popt/popt.spec 20 Aug 2002 12:11:06 -0000 1.5
+++ openpkg-src/popt/popt.spec 20 Aug 2002 12:12:09 -0000 1.6
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gettext
-PreReq: OpenPKG, openpkg >= 20020206, gettext
+BuildPreReq: OpenPKG, openpkg >= 20020206
+PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@@ -64,6 +64,7 @@
./configure \
--prefix=%{l_prefix} \
--disable-shared \
+ --with-included-gettext \
--disable-nls
%{l_make} %{l_mflags -O}
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]