diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-07-26 16:14:47 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-07-26 16:14:47 +0000 |
commit | fa3a9878d260b0ab05064786757582746df442d1 (patch) | |
tree | daf291fb6fa8fbaf4ad84885c086982a333eb1cd /eclass/ELT-patches | |
parent | Add missing slot dependencies on Qt. (diff) | |
download | gentoo-2-fa3a9878d260b0ab05064786757582746df442d1.tar.gz gentoo-2-fa3a9878d260b0ab05064786757582746df442d1.tar.bz2 gentoo-2-fa3a9878d260b0ab05064786757582746df442d1.zip |
elt-patches: add Solaris no de-deplication patch to fix built C++ objects from aborting when an exception is thrown
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r-- | eclass/ELT-patches/sol2-ltmain/2.4.2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/eclass/ELT-patches/sol2-ltmain/2.4.2 b/eclass/ELT-patches/sol2-ltmain/2.4.2 new file mode 100644 index 000000000000..ad35ed88db45 --- /dev/null +++ b/eclass/ELT-patches/sol2-ltmain/2.4.2 @@ -0,0 +1,11 @@ +--- libltdl/config/ltmain.sh ++++ libltdl/config/ltmain.sh +@@ -1180,7 +1180,7 @@ + test "$opt_debug" = : || func_append preserve_args " --debug" + + case $host in +- *cygwin* | *mingw* | *pw32* | *cegcc*) ++ *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; |