Include stdlib in ri contrib package.
authorKeri Harris <keri@gentoo.org>
Sat, 17 Feb 2007 00:00:44 +0000 (00:00 +0000)
committerKeri Harris <keri@gentoo.org>
Sat, 17 Feb 2007 00:00:44 +0000 (00:00 +0000)
Package-Manager: portage-2.1.2-r9

dev-lang/mozart/ChangeLog
dev-lang/mozart/files/mozart-1.3.2-gcc4.patch

index c5d352f3d45f09c5c4a8f7c8a205caa717457bd7..93491fc1873299f05ee4b333ab52c5fd47bb9596 100644 (file)
@@ -1,6 +1,9 @@
 # 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.
index ed55f26fc129194cc0419e3d21b2e73464617639..c769845341bd46ff75bf21d530f8b8c9aae412c6 100644 (file)
@@ -1,3 +1,14 @@
+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