Author: pluto Date: Sat Aug 30 19:55:28 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - build fixed.
---- Files affected: SPECS: iptstate.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/iptstate.spec diff -u SPECS/iptstate.spec:1.12 SPECS/iptstate.spec:1.13 --- SPECS/iptstate.spec:1.12 Tue Feb 13 09:06:35 2007 +++ SPECS/iptstate.spec Sat Aug 30 21:55:23 2008 @@ -8,6 +8,7 @@ Group: Networking/Utilities Source0: http://iptstate.phildev.net/%{name}-%{version}.tar.gz # Source0-md5: 0fc7ce5e6803b18c73dcaadb4be2edd0 +Patch0: %{name}-c++.patch URL: http://iptstate.phildev.net/ BuildRequires: libstdc++-devel BuildRequires: ncurses-devel >= 5.0 @@ -26,11 +27,12 @@ %prep %setup -q +%patch0 -p1 %build %{__make} \ CXX="%{__cxx}" \ - CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -I/usr/include/ncurses -Wall" + CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -Wall" %install rm -rf $RPM_BUILD_ROOT @@ -54,7 +56,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.12 2007/02/13 08:06:35 glen +Revision 1.13 2008/08/30 19:55:23 pluto +- build fixed. + +Revision 1.12 2007-02-13 08:06:35 glen - tabs in preamble Revision 1.11 2007/02/12 00:48:57 baggins ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iptstate.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
