OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Aug-2003 14:42:30
Branch: HEAD Handle: 2003082213422900
Modified files:
openpkg-src/gcc gcc.spec
Log:
ops, do not activate the additional languages by default
Summary:
Revision Changes Path
1.71 +3 -3 openpkg-src/gcc/gcc.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc/gcc.spec
============================================================================
$ cvs diff -u -r1.70 -r1.71 gcc.spec
--- openpkg-src/gcc/gcc.spec 22 Aug 2003 09:21:08 -0000 1.70
+++ openpkg-src/gcc/gcc.spec 22 Aug 2003 12:42:29 -0000 1.71
@@ -43,9 +43,9 @@
# package options
%option with_cxx yes
-%option with_objc yes
-%option with_java yes
-%option with_f77 yes
+%option with_objc no
+%option with_java no
+%option with_f77 no
%option with_optimize yes
%option with_binutils yes
%option with_threads yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]