Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/polyml/files: polyml-5.4.1-configure.patch
Date: Mon, 09 Jan 2012 12:47:12
Message-Id: 20120109124658.511E22004B@flycatcher.gentoo.org
1 gienah 12/01/09 12:46:58
2
3 Added: polyml-5.4.1-configure.patch
4 Log:
5 Fix upstream bug: --without-portable was equivalent to --with-portable. Add tests.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-lang/polyml/files/polyml-5.4.1-configure.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/polyml/files/polyml-5.4.1-configure.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/polyml/files/polyml-5.4.1-configure.patch?rev=1.1&content-type=text/plain
14
15 Index: polyml-5.4.1-configure.patch
16 ===================================================================
17 --- polyml.5.4.1-orig/configure.ac 2010-09-03 21:22:40.000000000 +1000
18 +++ polyml.5.4.1/configure.ac 2012-01-09 22:44:04.153668402 +1100
19 @@ -321,7 +321,7 @@
20 AC_ARG_WITH([portable],
21 [AS_HELP_STRING([--with-portable],
22 [Build the portable interpreter version of Poly/ML instead of native @<:@default=no@:>@])], [
23 - ac_cv_with_portable=yes], [
24 + ac_cv_with_portable="$withval"], [
25 ac_cv_with_portable=no])
26
27 case "${host_cpu}" in