]> git.pld-linux.org Git - packages/flowcanvas.git/commitdiff
- setup proper compiler/flags variables auto/th/flowcanvas-0.7.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 15 Jun 2012 18:42:49 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flowcanvas.spec -> 1.2

flowcanvas.spec

index 69370892f3b6eb446a4a050165bc9ba7eb740d01..d754e065deb0aec3106a552b95d679ba5c86026c 100644 (file)
@@ -50,8 +50,8 @@ Pliki nagłówkowe biblioteki flowcanvas.
 %setup -q
 
 %build
-CC="%{__cc}" \
-CFLAGS="%{rpmcflags}" \
+CXX="%{__cxx}" \
+CXXFLAGS="%{rpmcxxflags}" \
 ./waf configure \
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
This page took 0.069107 seconds and 4 git commands to generate.