Package-Manager: portage-2.1.2-r9
# ChangeLog for dev-lang/mozart
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.3 2007/02/16 18:08:17 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.4 2007/02/17 00:00:44 keri Exp $
+
+ 17 Feb 2007; keri <keri@gentoo.org> files/mozart-1.3.2-gcc4.patch:
+ Include stdlib in ri contrib package.
16 Feb 2007; keri <keri@gentoo.org> files/mozart-1.3.2-ozplatform.patch:
Set OZHOME in oz script.
+diff -ur mozart-1.3.2.20060615.orig/contrib/ri/sigfpe.c mozart-1.3.2.20060615/contrib/ri/sigfpe.c
+--- mozart-1.3.2.20060615.orig/contrib/ri/sigfpe.c 2006-03-21 20:36:08.000000000 +1200
++++ mozart-1.3.2.20060615/contrib/ri/sigfpe.c 2007-02-17 12:46:25.000000000 +1300
+@@ -1,6 +1,7 @@
+ #include "sigfpe.h"
+ #include "ieeefp.h"
+ #include <stdio.h>
++#include <stdlib.h>
+
+ static void sigfpe_abort(int i, siginfo_t *info, ucontext_mozart_t *fpu_state)
+ {
diff -ur mozart-1.3.2.20060615.orig/platform/tools/gump/ozbison/conflicts.c mozart-1.3.2.20060615/platform/tools/gump/ozbison/conflicts.c
--- mozart-1.3.2.20060615.orig/platform/tools/gump/ozbison/conflicts.c 1998-12-17 02:55:09.000000000 +1300
+++ mozart-1.3.2.20060615/platform/tools/gump/ozbison/conflicts.c 2007-02-11 20:51:52.000000000 +1300