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: 11-Oct-2004 17:35:19
Branch: HEAD Handle: 2004101116351900
Modified files:
openpkg-src/snownews snownews.spec
Log:
make sure it finds ncurses headers
Summary:
Revision Changes Path
1.5 +2 -2 openpkg-src/snownews/snownews.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/snownews/snownews.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 snownews.spec
--- openpkg-src/snownews/snownews.spec 29 Sep 2004 17:36:25 -0000 1.4
+++ openpkg-src/snownews/snownews.spec 11 Oct 2004 15:35:19 -0000 1.5
@@ -34,7 +34,7 @@
Group: Network
License: GPL
Version: 1.5.4
-Release: 20040929
+Release: 20041011
# list of sources
Source0:
http://home.kcore.de/~kiza/software/snownews/download/snownews-%{version}.tar.gz
@@ -65,7 +65,7 @@
%{l_shtool} subst \
-e 's;^\(CC=\).*$;\1%{l_cc};' \
-e 's;^\(MAKE=\).*$;\1%{l_make};' \
- -e 's;^\(CFLAGS=\)\(.*\)$;\1%{l_cflags} -DOS=\\"$(shell uname)\\"
`%{l_prefix}/bin/xml2-config --cflags`;' \
+ -e 's;^\(CFLAGS=\)\(.*\)$;\1%{l_cflags} %{l_cppflags ncurses}
-DOS=\\"$(shell uname)\\" `%{l_prefix}/bin/xml2-config --cflags`;' \
-e 's;^\(LDFLAGS=\)\(.*\)$;\1%{l_ldflags} -lncurses
`%{l_prefix}/bin/xml2-config --libs` -lintl -liconv;' \
-e 's;^\(INSTALL=\).*$;\1%{l_shtool} install;' \
-e 's;^\(PREFIX=\).*$;\1%{l_prefix};' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]