projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2888641
)
mozcoreconf-v6.eclass: Work around missing "clang" USE flag in seamonkey
author
Lars Wendler
<polynomial-c@gentoo.org>
Fri, 15 May 2020 16:57:21 +0000
(18:57 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/eclass/mozcoreconf-v6.eclass
b/eclass/mozcoreconf-v6.eclass
index 03ffac7914dc3a27e9dfb1a6954f10e6521ced1f..04320849a7477ddbd9e7ca9b3326b7eee4b20b6e 100644
(file)
--- a/
eclass/mozcoreconf-v6.eclass
+++ b/
eclass/mozcoreconf-v6.eclass
@@
-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