summaryrefslogtreecommitdiff
path: root/dev-util/ragel/files/ragel-6.7-cross-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ragel/files/ragel-6.7-cross-compile.patch')
-rw-r--r--dev-util/ragel/files/ragel-6.7-cross-compile.patch21
1 files changed, 0 insertions, 21 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
deleted file mode 100644
index e953a1aeeeef..000000000000
--- a/dev-util/ragel/files/ragel-6.7-cross-compile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-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