diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-31 18:01:08 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-31 18:01:08 +0000 |
commit | 64ed616c2e7b6b1a64d62cb8593d146faf241ee8 (patch) | |
tree | a1c7dfbfff05bcc394cfce33d923c22984bce382 /sci-mathematics/octave/files | |
parent | Add sys-devel/flex and virtual/yacc to DEPEND by bay (bug #401611). (diff) | |
download | gentoo-2-64ed616c2e7b6b1a64d62cb8593d146faf241ee8.tar.gz gentoo-2-64ed616c2e7b6b1a64d62cb8593d146faf241ee8.tar.bz2 gentoo-2-64ed616c2e7b6b1a64d62cb8593d146faf241ee8.zip |
Remove openmp (too experimental, do it with EXTRA_ECONF if interested), fixed a parallel build issue (bug #401189), remove obsolete configure option
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/octave/files')
-rw-r--r-- | sci-mathematics/octave/files/octave-3.4.3-texi.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-mathematics/octave/files/octave-3.4.3-texi.patch b/sci-mathematics/octave/files/octave-3.4.3-texi.patch new file mode 100644 index 000000000000..661ddae4198a --- /dev/null +++ b/sci-mathematics/octave/files/octave-3.4.3-texi.patch @@ -0,0 +1,11 @@ +--- doc/interpreter/Makefile.am.orig 2012-01-31 17:47:52.000000000 +0000 ++++ doc/interpreter/Makefile.am 2012-01-31 17:49:37.000000000 +0000 +@@ -202,6 +202,8 @@ + $(AWK) -f $(srcdir)/mkcontrib.awk $(srcdir)/contributors.in > $@-t + mv $@-t $@ + ++preface.texi: contributors.texi ++ + ../../AUTHORS: preface.texi contributors.texi + rm -f AUTHORS + -$(MAKEINFO) -D AUTHORSONLY \ |