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 17:19:52
Branch: HEAD Handle: 2003073016195200
Modified files:
openpkg-src/mico mico.spec
Log:
Try to keep the flaky configuration from picking up nonselected
option packages
Summary:
Revision Changes Path
1.41 +0 -8 openpkg-src/mico/mico.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mico/mico.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 mico.spec
--- openpkg-src/mico/mico.spec 30 Jul 2003 15:03:18 -0000 1.40
+++ openpkg-src/mico/mico.spec 30 Jul 2003 15:19:52 -0000 1.41
@@ -111,23 +111,15 @@
--prefix=%{l_prefix} \
%if "%{with_ssl}" == "yes"
--with-ssl=%{l_prefix} \
-%else
- --with-ssl=no \
%endif
%if "%{with_qt}" == "yes"
--with-qt=%{l_prefix} \
-%else
- --with-qt=no \
%endif
%if "%{with_gtk}" == "yes"
--with-gtk=%{l_prefix} \
-%else
- --with-gtk=no \
%endif
%if "%{with_tcl}" == "yes"
--with-tcl=%{l_prefix} \
-%else
- --with-tcl=no \
%endif
--disable-mini-stl \
--disable-shared
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]