summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-08 01:31:38 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-08 01:31:38 +0000
commit29d2f6d61191913d3d4cdc1e50735170c4dbab37 (patch)
treea8c6e45bdbc3d3f403a91ab71bdf599d4be0b462 /eclass/ELT-patches
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-29d2f6d61191913d3d4cdc1e50735170c4dbab37.tar.gz
gentoo-2-29d2f6d61191913d3d4cdc1e50735170c4dbab37.tar.bz2
gentoo-2-29d2f6d61191913d3d4cdc1e50735170c4dbab37.zip
epunt_cxx(): only fail when C++ is required #73450
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r--eclass/ELT-patches/nocxx/nocxx.patch15
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 000000000000..a898f9d01a8d
--- /dev/null
+++ b/eclass/ELT-patches/nocxx/nocxx.patch
@@ -0,0 +1,15 @@
+--- configure.orig 2004-12-07 21:34:23.205172545 +0000
++++ configure 2004-12-07 21:37:17.726654782 +0000
+@@ -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