summaryrefslogtreecommitdiffstats
path: root/abs/extra/recode/recode-3.6-as-if.patch
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2010-12-28 03:48:25 (GMT)
committerCecil <knoppmyth@gmail.com>2010-12-28 03:48:25 (GMT)
commitd14dbeda92e975ff3431fb7377b1dd8516b386db (patch)
tree268b8552ee0376976b3ff3f30dc2786aa5a5ca12 /abs/extra/recode/recode-3.6-as-if.patch
parent1d451012eab8135bc14fe0c50aa179c9b8a1bf79 (diff)
downloadlinhes_pkgbuild-d14dbeda92e975ff3431fb7377b1dd8516b386db.zip
linhes_pkgbuild-d14dbeda92e975ff3431fb7377b1dd8516b386db.tar.gz
linhes_pkgbuild-d14dbeda92e975ff3431fb7377b1dd8516b386db.tar.bz2
recode:initial include dep of enna.
Diffstat (limited to 'abs/extra/recode/recode-3.6-as-if.patch')
-rw-r--r--abs/extra/recode/recode-3.6-as-if.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra/recode/recode-3.6-as-if.patch b/abs/extra/recode/recode-3.6-as-if.patch
new file mode 100644
index 0000000..c7bcc27
--- /dev/null
+++ b/abs/extra/recode/recode-3.6-as-if.patch
@@ -0,0 +1,19 @@
+http://bugs.gentoo.org/283029
+
+--- a/m4/flex.m4
++++ b/m4/flex.m4
+@@ -8,11 +8,11 @@ dnl ad_AC_PROG_FLEX
+ dnl Look for flex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT
+ AC_DEFUN(ad_AC_PROG_FLEX,
+ [AC_CHECK_PROGS(LEX, flex, missing)
+-if test "$LEX" = missing; then
++AS_IF([test "$LEX" = missing], [dnl
+ LEX="\$(top_srcdir)/$ac_aux_dir/missing flex"
+ LEX_OUTPUT_ROOT=lex.yy
+ AC_SUBST(LEX_OUTPUT_ROOT)dnl
+-else
++], [:
+ AC_PROG_LEX
+ AC_DECL_YYTEXT
+-fi])
++])])