OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Feb-2007 22:42:42
Branch: HEAD Handle: 2007020621424200
Modified files:
openpkg-src/texinfo texinfo.spec
Log:
ensure texinfo picks up openpkg ncurses, if available
Summary:
Revision Changes Path
1.49 +3 -2 openpkg-src/texinfo/texinfo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/texinfo/texinfo.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 texinfo.spec
--- openpkg-src/texinfo/texinfo.spec 1 Jan 2007 17:42:19 -0000 1.48
+++ openpkg-src/texinfo/texinfo.spec 6 Feb 2007 21:42:42 -0000 1.49
@@ -37,7 +37,7 @@
Group: Typesetting
License: GPL
Version: %{V_base}%{V_pl}
-Release: 20061114
+Release: 20070206
# list of sources
Source0: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz
@@ -73,7 +73,8 @@
%build
CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O}" \
+ CFLAGS="%{l_cflags -O} %{l_cppflags ncurses}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--with-included-gettext
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]