diff options
author | 2016-06-28 13:20:07 -0400 | |
---|---|---|
committer | 2016-06-28 13:20:07 -0400 | |
commit | 74d885ce487911cae6b2d4c596d98dc25d2865a6 (patch) | |
tree | 2efc8b211f30eab5d561e78d2ff95cb128bbd21e /eclass/ELT-patches/nocxx/nocxx.patch | |
parent | sys-devel/libtool: add m4/libtool.m4 patch for ppc64le #581314 (diff) | |
download | ppc64le-74d885ce487911cae6b2d4c596d98dc25d2865a6.tar.gz ppc64le-74d885ce487911cae6b2d4c596d98dc25d2865a6.tar.bz2 ppc64le-74d885ce487911cae6b2d4c596d98dc25d2865a6.zip |
eclass/libtool.eclass + ELT-patches: copy from tree
Diffstat (limited to 'eclass/ELT-patches/nocxx/nocxx.patch')
-rw-r--r-- | eclass/ELT-patches/nocxx/nocxx.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/eclass/ELT-patches/nocxx/nocxx.patch b/eclass/ELT-patches/nocxx/nocxx.patch new file mode 100644 index 0000000..4b32692 --- /dev/null +++ b/eclass/ELT-patches/nocxx/nocxx.patch @@ -0,0 +1,15 @@ +--- a/configure ++++ b/configure +@@ -5148,10 +5148,8 @@ + : + else + { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check +-See \`config.log' for more details." >&5 +-echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check +-See \`config.log' for more details." >&2;} +- { (exit 1); exit 1; }; } ++See \`config.log' for more details." >&5;} ++ { echo "C++ sucks, ignoring ..." >&5; }; } + fi + + ac_ext=cc |