OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-Jul-2003 22:38:43
Branch: HEAD Handle: 2003073021384200
Modified files:
openpkg-src/mico mico.spec
Log:
Bugfix the CPPFLAG additions
Summary:
Revision Changes Path
1.42 +4 -4 openpkg-src/mico/mico.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mico/mico.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 mico.spec
--- openpkg-src/mico/mico.spec 30 Jul 2003 15:19:52 -0000 1.41
+++ openpkg-src/mico/mico.spec 30 Jul 2003 20:38:42 -0000 1.42
@@ -93,16 +93,16 @@
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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]