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: 23-Feb-2006 15:00:49
Branch: HEAD Handle: 2006022314004800
Modified files:
openpkg-src/mc mc.spec
Log:
fixate MC on Ncurses (else SLcurses could be picked up, too).
Submitted by: robert j. wozny <[EMAIL PROTECTED]>
Summary:
Revision Changes Path
1.37 +2 -1 openpkg-src/mc/mc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mc/mc.spec
============================================================================
$ cvs diff -u -r1.36 -r1.37 mc.spec
--- openpkg-src/mc/mc.spec 1 Jan 2006 13:16:33 -0000 1.36
+++ openpkg-src/mc/mc.spec 23 Feb 2006 14:00:48 -0000 1.37
@@ -33,7 +33,7 @@
Group: Terminal
License: GPL
Version: 4.6.1
-Release: 20050724
+Release: 20060223
# list of sources
Source0:
http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-%{version}.tar.gz
@@ -74,6 +74,7 @@
--sysconfdir=%{l_prefix}/etc/mc \
--with-glib-prefix=%{l_prefix} \
--with-ncurses=%{l_prefix} \
+ --with-screen=ncurses \
--without-x \
--without-gnome \
--without-edit \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]