forked from pool/MozillaFirefox
23 lines
386 B
Diff
23 lines
386 B
Diff
|
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
|