Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 836319 | Differences between
and this patch

Collapse All | Expand All

(-)a/ipc/chromium/moz.build (-2 / +1 lines)
Lines 138-144 if os_bsd or os_linux: Link Here
138
            'src/base/message_pump_glib.cc',
138
            'src/base/message_pump_glib.cc',
139
        ]
139
        ]
140
140
141
if not CONFIG['INTEL_ARCHITECTURE'] and CONFIG['CPU_ARCH'] not in ('arm', 'aarch64', 'mips32', 'mips64', 'ppc', 'ppc64'):
141
if not CONFIG['INTEL_ARCHITECTURE'] and CONFIG['CPU_ARCH'] not in ('arm', 'aarch64', 'mips32', 'mips64', 'ppc'):
142
    SOURCES += [
142
    SOURCES += [
143
        'src/base/atomicops_internals_mutex.cc',
143
        'src/base/atomicops_internals_mutex.cc',
144
    ]
144
    ]
145
- 

Return to bug 836319