1
0
MozillaFirefox/mozilla-qcms-ppc.patch

23 lines
386 B
Diff
Raw Normal View History

diff --git a/gfx/qcms/Makefile.in b/gfx/qcms/Makefile.in
--- a/gfx/qcms/Makefile.in
+++ b/gfx/qcms/Makefile.in
@@ -48,17 +48,17 @@ else
endif
else
SSE1_FLAGS=
SSE2_FLAGS=
endif
endif
endif
else
-ifeq (ppc,$(CPU_ARCH))
+ifeq (ppc,$(findstring ppc,$(CPU_ARCH)))
ifdef GNU_CC
CSRCS += transform-altivec.c
ALTIVEC_FLAGS=-maltivec
endif
endif
endif
FORCE_STATIC_LIB = 1