Parcourir la source

Bugfix the CPPFLAG additions

Michael Schloh von Bennewitz il y a 22 ans
Parent
commit
0e4d3f3394
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      mico/mico.spec

+ 4 - 4
mico/mico.spec

@@ -93,16 +93,16 @@ AutoReqProv:  no
     CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated"
     CPPFLAGS="%{l_cppflags}"
 %if "%{with_ssl}" == "yes"
-    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/openssl}"
+    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/openssl"
 %endif
 %if "%{with_qt}" == "yes"
-    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/qt}"
+    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/qt"
 %endif
 %if "%{with_gtk}" == "yes"
-    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/gtk}"
+    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/gtk"
 %endif
 %if "%{with_tcl}" == "yes"
-    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/tcl}"
+    CPPFLAGS="$CPPFLAGS -I%{l_prefix}/include/tcl"
 %endif
     LDFLAGS="%{l_ldflags}"
     JAVAC=no