Explorar o código

Bugfix the CPPFLAG additions

Michael Schloh von Bennewitz %!s(int64=22) %!d(string=hai) anos
pai
achega
0e4d3f3394
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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