summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-08-21 05:15:33 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-08-21 05:15:33 +0000
commit825af846eba51b9fa9b286529881a947a8c71e5e (patch)
tree9b61e686fac3e7281ec69a39c89ffba5d9eb5835 /sci-mathematics/octave-forge
parentNew release: 2.11.90 (diff)
downloadgentoo-2-825af846eba51b9fa9b286529881a947a8c71e5e.tar.gz
gentoo-2-825af846eba51b9fa9b286529881a947a8c71e5e.tar.bz2
gentoo-2-825af846eba51b9fa9b286529881a947a8c71e5e.zip
Added mex and randmtzig patches (fixes bug #99783).
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics/octave-forge')
-rw-r--r--sci-mathematics/octave-forge/ChangeLog8
-rw-r--r--sci-mathematics/octave-forge/files/octave-forge-mex.patch (renamed from sci-mathematics/octave-forge/files/2004.11.16.patch)0
-rw-r--r--sci-mathematics/octave-forge/files/octave-forge-randmtzig.patch11
3 files changed, 18 insertions, 1 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog
index eb8a2b89f3d4..1d39f1734d16 100644
--- a/sci-mathematics/octave-forge/ChangeLog
+++ b/sci-mathematics/octave-forge/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/octave-forge
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.10 2005/08/20 19:03:19 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.11 2005/08/21 05:15:33 ribosome Exp $
+
+ 21 Aug 2005; Olivier Fisette <ribosome@gentoo.org>
+ -files/2004.11.16.patch, +files/octave-forge-mex.patch,
+ +files/octave-forge-randmtzig.patch:
+ Added mex and randmtzig patches (fixes bug #99783). Thanks to Federico
+ Zenith <zenith@chemeng.ntnu.no>.
*octave-forge-2005.06.13 (20 Aug 2005)
diff --git a/sci-mathematics/octave-forge/files/2004.11.16.patch b/sci-mathematics/octave-forge/files/octave-forge-mex.patch
index f712ceba9089..f712ceba9089 100644
--- a/sci-mathematics/octave-forge/files/2004.11.16.patch
+++ b/sci-mathematics/octave-forge/files/octave-forge-mex.patch
diff --git a/sci-mathematics/octave-forge/files/octave-forge-randmtzig.patch b/sci-mathematics/octave-forge/files/octave-forge-randmtzig.patch
new file mode 100644
index 000000000000..6b9169819651
--- /dev/null
+++ b/sci-mathematics/octave-forge/files/octave-forge-randmtzig.patch
@@ -0,0 +1,11 @@
+diff -pur octave-forge-2005.06.13/FIXES/randmtzig.c octave-forge-2005.06.13.patched/FIXES/randmtzig.c
+--- octave-forge-2005.06.13/FIXES/randmtzig.c 2005-05-28 18:08:43.000000000 +0200
++++ octave-forge-2005.06.13.patched/FIXES/randmtzig.c 2005-07-21 12:50:02.000000000 +0200
+@@ -153,6 +153,7 @@
+ instead.
+ */
+ #include <sys/types.h>
++#include <stdint.h>
+
+
+ /* XXX FIXME XXX may want to suppress X86 if sizeof(long)>4 */