Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave/files: octave-3.4.3-texi.patch
Date: Tue, 31 Jan 2012 18:01:18
Message-Id: 20120131180109.1471A20032@flycatcher.gentoo.org
1 bicatali 12/01/31 18:01:08
2
3 Added: octave-3.4.3-texi.patch
4 Log:
5 Remove openmp (too experimental, do it with EXTRA_ECONF if interested), fixed a parallel build issue (bug #401189), remove obsolete configure option
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-mathematics/octave/files/octave-3.4.3-texi.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/files/octave-3.4.3-texi.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/files/octave-3.4.3-texi.patch?rev=1.1&content-type=text/plain
14
15 Index: octave-3.4.3-texi.patch
16 ===================================================================
17 --- doc/interpreter/Makefile.am.orig 2012-01-31 17:47:52.000000000 +0000
18 +++ doc/interpreter/Makefile.am 2012-01-31 17:49:37.000000000 +0000
19 @@ -202,6 +202,8 @@
20 $(AWK) -f $(srcdir)/mkcontrib.awk $(srcdir)/contributors.in > $@-t
21 mv $@-t $@
22
23 +preface.texi: contributors.texi
24 +
25 ../../AUTHORS: preface.texi contributors.texi
26 rm -f AUTHORS
27 -$(MAKEINFO) -D AUTHORSONLY \