OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 05-Jun-2003 11:15:49
Branch: HEAD Handle: 2003060510154800
Modified files:
openpkg-src/vim vim.spec
Log:
reorder the terminal library search
Summary:
Revision Changes Path
1.210 +14 -7 openpkg-src/vim/vim.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/vim/vim.spec
============================================================================
$ cvs diff -u -r1.209 -r1.210 vim.spec
--- openpkg-src/vim/vim.spec 5 Jun 2003 08:20:25 -0000 1.209
+++ openpkg-src/vim/vim.spec 5 Jun 2003 09:15:48 -0000 1.210
@@ -88,12 +88,13 @@
AutoReqProv: no
%description
- Vim (Vi Improved) is a text editor that is upwards compatible with the
- classical Unix Vi. It can be used to edit any ASCII text. It is especially
- useful for editing programs. Vim offers a lot of enhancements not
- available in the traditional Vi. For example, Vim has multi level undo,
- multi windows and buffers, syntax highlighting, com- mand line editing,
- filename completion, on-line help, and visual selection.
+ Vim (Vi Improved) is a text editor that is upwards compatible
+ with the classical Unix Vi. It can be used to edit any ASCII
+ text. It is especially useful for editing programs. Vim offers
+ a lot of enhancements not available in the traditional Vi. For
+ example, Vim has multi level undo, multi windows and buffers, syntax
+ highlighting, command line editing, filename completion, on-line
+ help, and visual selection.
%prep
# unpack base distribution parts
@@ -114,6 +115,13 @@
i=`expr $i + 1`
done
+ # reorder the terminal library search to make sure our ncurses is
+ # not picked up too easily (because we do not want an explicit
+ # dependency to it because of vim:CORE vs. ncurses:BASE).
+ %{l_shtool} subst \
+ -e 's;ncurses termlib termcap curses;termlib termcap ncurses curses;' \
+ vim%{V_vs}/src/auto/configure
+
%build
# configure package
cd vim%{V_vs}/src
@@ -123,7 +131,6 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
- --with-tlib=termcap \
%if "%{with_x11}" == "yes"
--with-x \
--x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]