diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-03-12 14:16:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-03-12 14:16:16 +0000 |
commit | 93f6540304f2291c05aab3a38418d7c583798164 (patch) | |
tree | f39f68f1d6a22136d529c8da8020c8a386520155 /eclass/ELT-patches | |
parent | sci-calculators/gonvert: Version Bump; fix for new python eclasses (diff) | |
download | gentoo-2-93f6540304f2291c05aab3a38418d7c583798164.tar.gz gentoo-2-93f6540304f2291c05aab3a38418d7c583798164.tar.bz2 gentoo-2-93f6540304f2291c05aab3a38418d7c583798164.zip |
epunt_cxx: support different versions of autotools since 2.64 changed the signature #460992 by Michał Górny
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r-- | eclass/ELT-patches/nocxx/nocxx-2.64.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/eclass/ELT-patches/nocxx/nocxx-2.64.patch b/eclass/ELT-patches/nocxx/nocxx-2.64.patch new file mode 100644 index 000000000000..4b10e4697185 --- /dev/null +++ b/eclass/ELT-patches/nocxx/nocxx-2.64.patch @@ -0,0 +1,13 @@ +--- a/configure ++++ b/configure +@@ -5148,8 +5148,8 @@ + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +-as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check +-See \`config.log' for more details" "$LINENO" 5; } ++$as_echo "See \`config.log' for more details." >&5; ++$ac_echo "C++ sucks, ignoring ..." >&5; } + fi + + ac_ext=c |