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: 14-Oct-2005 08:35:45
Branch: HEAD Handle: 2005101407354500
Modified files:
openpkg-src/devtodo devtodo.spec
Log:
fix building against ncurses
Summary:
Revision Changes Path
1.27 +3 -3 openpkg-src/devtodo/devtodo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/devtodo/devtodo.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 devtodo.spec
--- openpkg-src/devtodo/devtodo.spec 26 Sep 2005 13:01:25 -0000 1.26
+++ openpkg-src/devtodo/devtodo.spec 14 Oct 2005 06:35:45 -0000 1.27
@@ -33,7 +33,7 @@
Group: Text
License: GPL
Version: 0.1.19
-Release: 20050926
+Release: 20051014
# list of sources
Source0: http://swapoff.org/files/devtodo/devtodo-%{version}.tar.gz
@@ -68,8 +68,8 @@
%build
CC="%{l_cc}" \
CXX="%{l_cxx}" \
- CFLAGS="%{l_cflags} %{l_cppflags}" \
- CXXFLAGS="%{l_cxxflags} %{l_cppflags} -Wno-deprecated" \
+ CFLAGS="%{l_cflags} %{l_cppflags ncurses .}" \
+ CXXFLAGS="%{l_cxxflags} %{l_cppflags ncurses .} -Wno-deprecated" \
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]