Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/ragel/files: ragel-6.7-cross-compile.patch
Date: Wed, 28 Aug 2013 06:26:18
Message-Id: 20130828062615.362422004C@flycatcher.gentoo.org
1 vapier 13/08/28 06:26:15
2
3 Added: ragel-6.7-cross-compile.patch
4 Log:
5 Fix by Jungshik Shin for cross-compiling #473970.
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.1 dev-util/ragel/files/ragel-6.7-cross-compile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ragel/files/ragel-6.7-cross-compile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ragel/files/ragel-6.7-cross-compile.patch?rev=1.1&content-type=text/plain
14
15 Index: ragel-6.7-cross-compile.patch
16 ===================================================================
17 https://bugs.gentoo.org/473970
18
19 already sent upstream
20
21 patch by Jungshik Shin
22
23 --- ragel-6.7/configure.in
24 +++ ragel-6.7/configure.in
25 @@ -27,9 +27,9 @@
26
27 dnl Choose defaults for the build_parsers and build_manual vars. If the dist
28 dnl file is present in the root then default to no, otherwise go for it.
29 -AC_CHECK_FILES( $srcdir/DIST,
30 - [ . $srcdir/DIST; ],
31 - [ build_parsers=yes; build_manual=yes; ] )
32 +
33 +AS_IF([test -r $srcdir/DIST], [. $srcdir/DIST], [build_parsers=yes;
34 + build_manual=yes])
35
36 dnl
37 dnl Enable arg to explicitly control the building of the manual