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: 03-Mar-2007 22:32:54
Branch: HEAD Handle: 2007030321325300
Modified files:
openpkg-src/gd gd.spec
Log:
apply the usual Solaris workaround related to grep
Summary:
Revision Changes Path
1.92 +2 -1 openpkg-src/gd/gd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gd/gd.spec
============================================================================
$ cvs diff -u -r1.91 -r1.92 gd.spec
--- openpkg-src/gd/gd.spec 27 Feb 2007 07:28:02 -0000 1.91
+++ openpkg-src/gd/gd.spec 3 Mar 2007 21:32:53 -0000 1.92
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 2.0.34
-Release: 20070227
+Release: 20070303
# package options
%option with_xpm no
@@ -104,6 +104,7 @@
%else
LIBS="-lm" \
%endif
+ GREP="grep" \
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]