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 openpkg-web Date: 17-Jan-2003 00:06:38
Branch: HEAD Handle: 2003011623063601
Modified files:
openpkg-src/guile guile.spec
openpkg-web news.txt
Log:
the real workaround for Solaris was to disable the optimizer
Summary:
Revision Changes Path
1.30 +3 -5 openpkg-src/guile/guile.spec
1.2873 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/guile/guile.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 guile.spec
--- openpkg-src/guile/guile.spec 16 Jan 2003 14:25:50 -0000 1.29
+++ openpkg-src/guile/guile.spec 16 Jan 2003 23:06:37 -0000 1.30
@@ -54,17 +54,15 @@
%setup -q
%build
- # GNUC on sparc requires -DSCM_DEBUG_TYPING_STRICTNESS=1
- # Forte C on sparc breaks with -DSCM_DEBUG_TYPING_STRICTNESS=1
- opt=""
+ opt="%{l_cflags -O}"
case "%{l_target}" in
*-solaris* )
- opt="-DSCM_DEBUG_TYPING_STRICTNESS=1"
+ opt="%{l_cflags}"
;;
esac
CC="%{l_cc}" \
LD="%{l_prefix}/bin/ld" \
- CFLAGS="%{l_cflags -O} $opt" \
+ CFLAGS="$opt" \
./configure \
--prefix=%{l_prefix} \
--disable-shared \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2872 -r1.2873 news.txt
--- openpkg-web/news.txt 16 Jan 2003 20:47:33 -0000 1.2872
+++ openpkg-web/news.txt 16 Jan 2003 23:06:36 -0000 1.2873
@@ -1,3 +1,4 @@
+17-Jan-2003: Upgraded package: P<guile-1.6.1-20030116>
16-Jan-2003: Upgraded package: P<openjade-1.3.2-20030116>
16-Jan-2003: Upgraded package: P<delegate-8.3.3-20030116>
16-Jan-2003: Upgraded package: P<mysql4-4.0.9gamma-20030116>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]