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: 13-Oct-2006 07:27:45
Branch: HEAD Handle: 2006101306274400
Modified files:
openpkg-src/nano nano.spec
Log:
apply the usual Solaris Autoconf workaround
Summary:
Revision Changes Path
1.57 +2 -1 openpkg-src/nano/nano.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nano/nano.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 nano.spec
--- openpkg-src/nano/nano.spec 12 Oct 2006 18:28:22 -0000 1.56
+++ openpkg-src/nano/nano.spec 13 Oct 2006 05:27:44 -0000 1.57
@@ -38,7 +38,7 @@
Group: Editor
License: GPL
Version: %{V_opkg}
-Release: 20061012
+Release: 20061013
# list of sources
Source0:
http://www.nano-editor.org/dist/v%{V_subdir}/nano-%{V_dist}.tar.gz
@@ -74,6 +74,7 @@
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="`pkg-config slang --cflags`" \
LIBS="`pkg-config slang --libs`" \
+ GREP="grep" \
./configure \
--prefix=%{l_prefix} \
--datarootdir=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]