summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-08-28 06:26:20 +0000
committerMike Frysinger <vapier@gentoo.org>2013-08-28 06:26:20 +0000
commit74c68dc9c9e1a90f79f68718f83bfd3432a9d10e (patch)
tree21e5f89507d63be0c5e181df50ca564eaee8dcaa /dev-util/ragel/files
parentErase cleartext passwords from memory, fixes security bug 482588, CVE-2013-42... (diff)
downloadhistorical-74c68dc9c9e1a90f79f68718f83bfd3432a9d10e.tar.gz
historical-74c68dc9c9e1a90f79f68718f83bfd3432a9d10e.tar.bz2
historical-74c68dc9c9e1a90f79f68718f83bfd3432a9d10e.zip
Fix by Jungshik Shin for cross-compiling #473970.
Package-Manager: portage-2.2.0/cvs/Linux x86_64 Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'dev-util/ragel/files')
-rw-r--r--dev-util/ragel/files/ragel-6.7-cross-compile.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/ragel/files/ragel-6.7-cross-compile.patch b/dev-util/ragel/files/ragel-6.7-cross-compile.patch
new file mode 100644
index 000000000000..e953a1aeeeef
--- /dev/null
+++ b/dev-util/ragel/files/ragel-6.7-cross-compile.patch
@@ -0,0 +1,21 @@
+https://bugs.gentoo.org/473970
+
+already sent upstream
+
+patch by Jungshik Shin
+
+--- ragel-6.7/configure.in
++++ ragel-6.7/configure.in
+@@ -27,9 +27,9 @@
+
+ dnl Choose defaults for the build_parsers and build_manual vars. If the dist
+ dnl file is present in the root then default to no, otherwise go for it.
+-AC_CHECK_FILES( $srcdir/DIST,
+- [ . $srcdir/DIST; ],
+- [ build_parsers=yes; build_manual=yes; ] )
++
++AS_IF([test -r $srcdir/DIST], [. $srcdir/DIST], [build_parsers=yes;
++ build_manual=yes])
+
+ dnl
+ dnl Enable arg to explicitly control the building of the manual