Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/fricas/files: fricas-1.2.0-noinit.patch
Date: Tue, 30 Apr 2013 16:22:13
Message-Id: 20130430162204.A68C22171D@flycatcher.gentoo.org
1 grozin 13/04/30 16:22:04
2
3 Added: fricas-1.2.0-noinit.patch
4 Log:
5 A patch not to load init files in some lisps
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
8
9 Revision Changes Path
10 1.1 sci-mathematics/fricas/files/fricas-1.2.0-noinit.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/files/fricas-1.2.0-noinit.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/fricas/files/fricas-1.2.0-noinit.patch?rev=1.1&content-type=text/plain
14
15 Index: fricas-1.2.0-noinit.patch
16 ===================================================================
17 diff -r -U1 fricas-1.2.0.orig/configure.ac fricas-1.2.0/configure.ac
18 --- fricas-1.2.0.orig/configure.ac 2013-04-08 10:26:54.000000000 +0700
19 +++ fricas-1.2.0/configure.ac 2013-05-01 01:34:31.338461653 +0700
20 @@ -424,3 +424,3 @@
21 cmucl)
22 - fricas_quiet_flags='-batch -noinit'
23 + fricas_quiet_flags='-batch -nositeinit -noinit'
24 fricas_eval_flags='-eval'
25 @@ -432,3 +432,3 @@
26 openmcl)
27 - fricas_quiet_flags=
28 + fricas_quiet_flags='--no-init'
29 fricas_eval_flags='--eval'