]> git.pld-linux.org Git - packages/fish.git/commitdiff
- pass -I in CPPFLAGS to avoid configure "rejected by preprocessor" warnings
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Feb 2008 13:20:09 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fish.spec -> 1.12

fish.spec

index acdad8490c2885d3b4a317f2a15b366b772cfad8..af4f319889eade8343dcadb38da140857ca11c4f 100644 (file)
--- a/fish.spec
+++ b/fish.spec
@@ -32,9 +32,9 @@ nie jest zgodna z innymi językami powłoki.
 %patch0 -p1
 
 %build
-CFLAGS="-I/usr/include/ncurses"
 %{__autoconf}
 %{__autoheader}
+CPPFLAGS="-I/usr/include/ncurses"
 %configure \
        --docdir=/docs
 %{__make}
This page took 0.141766 seconds and 4 git commands to generate.