OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Jan-2003 15:25:51
Branch: HEAD Handle: 2003011614255000
Modified files:
openpkg-src/guile guile.spec
Log:
require GCC, Forte doesn't like SCM_DEBUG_TYPING_STRICTNESS=
Summary:
Revision Changes Path
1.29 +3 -1 openpkg-src/guile/guile.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/guile/guile.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 guile.spec
--- openpkg-src/guile/guile.spec 16 Jan 2003 13:49:59 -0000 1.28
+++ openpkg-src/guile/guile.spec 16 Jan 2003 14:25:50 -0000 1.29
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, texinfo
+BuildPreReq: OpenPKG, openpkg >= 20020206, make, texinfo, gcc
PreReq: OpenPKG, openpkg >= 20020206, libtool
AutoReq: no
AutoReqProv: no
@@ -54,6 +54,8 @@
%setup -q
%build
+ # GNUC on sparc requires -DSCM_DEBUG_TYPING_STRICTNESS=1
+ # Forte C on sparc breaks with -DSCM_DEBUG_TYPING_STRICTNESS=1
opt=""
case "%{l_target}" in
*-solaris* )
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]