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: 10-May-2008 14:22:17
Branch: HEAD Handle: 2008051013221600
Modified files:
openpkg-src/ncurses ncurses.spec
Log:
do not build test/ stuff as it is both useless for us and makes
trouble under at least Solaris 10 where no static -lm exists
Summary:
Revision Changes Path
1.369 +4 -1 openpkg-src/ncurses/ncurses.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ncurses/ncurses.spec
============================================================================
$ cvs diff -u -r1.368 -r1.369 ncurses.spec
--- openpkg-src/ncurses/ncurses.spec 4 May 2008 07:46:00 -0000 1.368
+++ openpkg-src/ncurses/ncurses.spec 10 May 2008 12:22:16 -0000 1.369
@@ -55,7 +55,7 @@
Group: Terminal
License: MIT-style
Version: %{V_base}.%{V_patchL}
-Release: 20080504
+Release: 20080510
# list of sources
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
@@ -141,6 +141,9 @@
%patch -p0 -P 100
%build
+ %{l_shtool} subst \
+ -e 's;SRC_SUBDIRS test;SRC_SUBDIRS;' \
+ configure
CC="%{l_cc}" \
CPPFLAGS="%{l_cppflags}" \
CFLAGS="%{l_cflags}" \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]