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: 13-Aug-2003 18:08:17
Branch: HEAD Handle: 2003081317081700
Modified files:
openpkg-src/mico mico.spec
Log:
Fix that allows for building with_qt yes
Summary:
Revision Changes Path
1.48 +2 -1 openpkg-src/mico/mico.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mico/mico.spec
============================================================================
$ cvs diff -u -r1.47 -r1.48 mico.spec
--- openpkg-src/mico/mico.spec 13 Aug 2003 10:09:45 -0000 1.47
+++ openpkg-src/mico/mico.spec 13 Aug 2003 16:08:17 -0000 1.48
@@ -97,13 +97,14 @@
CFLAGS="%{l_cflags -O}"
CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated"
CPPFLAGS="%{l_cppflags}"
+ includedir=""
%if "%{with_qt}" == "yes"
CFLAGS="$CFLAGS `%{l_prefix}/bin/pkg-config --cflags-only-other qt`"
CXXFLAGS="$CXXFLAGS `%{l_prefix}/bin/pkg-config --cflags-only-other qt`"
CPPFLAGS="$CPPFLAGS `%{l_prefix}/bin/pkg-config --cflags-only-I qt`"
+ includedir="$includedir %{l_prefix}/include/qt"
LDFLAGS="$LDFLAGS `%{l_prefix}/bin/pkg-config --libs-only-L qt`"
%endif
- includedir=""
%if "%{with_ssl}" == "yes"
includedir="$includedir %{l_prefix}/include/openssl"
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]