mozcoreconf-v6.eclass: Work around missing "clang" USE flag in seamonkey
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 15 May 2020 16:57:21 +0000 (18:57 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 15 May 2020 16:58:11 +0000 (18:58 +0200)
Bug: https://bugs.gentoo.org/720316
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
eclass/mozcoreconf-v6.eclass

index 03ffac7914dc3a27e9dfb1a6954f10e6521ced1f..04320849a7477ddbd9e7ca9b3326b7eee4b20b6e 100644 (file)
@@ -203,7 +203,7 @@ mozconfig_init() {
        case "${ARCH}" in
        arm | ppc64)
                # Reduce the memory requirements for linking
-               if use clang ; then
+               if [[ "${PN}" != seamonkey ]] && use clang ; then
                        # Nothing to do
                        :;
                elif tc-ld-is-gold; then