forked from pool/MozillaFirefox
0fe7f2e888
- Fix qcms altivec include (mozilla-qcms-ppc.patch) OBS-URL: https://build.opensuse.org/request/show/178590 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=338
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
|