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: 12-Oct-2006 19:46:59
Branch: HEAD Handle: 2006101218465800
Modified files:
openpkg-src/gettext gettext.spec
Log:
apply the usual Solaris Autoconf workaround
Summary:
Revision Changes Path
1.61 +2 -1 openpkg-src/gettext/gettext.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gettext/gettext.spec
============================================================================
$ cvs diff -u -r1.60 -r1.61 gettext.spec
--- openpkg-src/gettext/gettext.spec 4 Oct 2006 09:52:13 -0000 1.60
+++ openpkg-src/gettext/gettext.spec 12 Oct 2006 17:46:58 -0000 1.61
@@ -33,7 +33,7 @@
Group: Charset
License: GPL
Version: 0.15
-Release: 20061004
+Release: 20061012
# list of sources
Source0: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
@@ -92,6 +92,7 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ GREP="grep" \
./configure \
--prefix=%{l_prefix} \
--datarootdir=%{l_prefix}/share \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]