]> git.pld-linux.org Git - packages/enlightenment.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:43 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    enlightenment.spec -> 1.39

enlightenment.spec

index 839a6932315846b4f835c1e7a27ca38d7697c2a6..9eb1a9859ea3048b97acc340bdd7fa7236c68127 100644 (file)
@@ -48,7 +48,7 @@ window-menad
 
 %build
 gettextize --copy --force
-CFLAGS="-I%{_includedir}/freetype %{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
+CFLAGS="-I%{_includedir}/freetype %{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 %configure \
        --enable-fsstd \
        --enable-sound
This page took 0.054243 seconds and 4 git commands to generate.