]> git.pld-linux.org Git - packages/drzefko.git/commitdiff
- quote %{__cc}
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Mar 2006 14:35:10 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drzefko.spec -> 1.15

drzefko.spec

index 77ca0db63c1130ecfda87a2b0e2567cd361cccc1..7cfbd36840747357fd95a46bc93924d31257f88c 100644 (file)
@@ -36,7 +36,7 @@ jest zalecany (ale nie wymagany -- program by
 
 %build
 %{__make} \
-       CC=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags} `sdl-config --cflags` -I/usr/X11R6/include -DDATADIR=\\\"%{_datadir}/drzefko/\\\" -DVERSION=\\\"%{version}\\\"" \
        LDFLAGS="%{rpmldflags} `sdl-config --libs` -L/usr/X11R6/lib -lGL -lGLU -lSDL_image"
 
This page took 0.071857 seconds and 4 git commands to generate.