SPECS: fish.spec - pass -I in CPPFLAGS to avoid configure "rejecte...

qboosh qboosh at pld-linux.org
Sat Feb 9 14:20:14 CET 2008


Author: qboosh                       Date: Sat Feb  9 13:20:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass -I in CPPFLAGS to avoid configure "rejected by preprocessor" warnings

---- Files affected:
SPECS:
   fish.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/fish.spec
diff -u SPECS/fish.spec:1.11 SPECS/fish.spec:1.12
--- SPECS/fish.spec:1.11	Thu Jan 17 05:32:44 2008
+++ SPECS/fish.spec	Sat Feb  9 14:20:09 2008
@@ -33,9 +33,9 @@
 %patch0 -p1
 
 %build
-CFLAGS="-I/usr/include/ncurses"
 %{__autoconf}
 %{__autoheader}
+CPPFLAGS="-I/usr/include/ncurses"
 %configure \
 	--docdir=/docs
 %{__make}
@@ -68,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008-02-09 13:20:09  qboosh
+- pass -I in CPPFLAGS to avoid configure "rejected by preprocessor" warnings
+
 Revision 1.11  2008-01-17 04:32:44  aredridel
 - 1.23.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fish.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list