Blame SOURCES/build-debug-qcms.patch

2acdd5
diff -up firefox-60.0/gfx/qcms/transform-altivec.c.debug firefox-60.0/gfx/qcms/transform-altivec.c
2acdd5
--- firefox-60.0/gfx/qcms/transform-altivec.c.debug	2018-05-15 09:26:43.603043100 +0200
2acdd5
+++ firefox-60.0/gfx/qcms/transform-altivec.c	2018-05-15 09:28:57.302385632 +0200
2acdd5
@@ -30,7 +30,7 @@
2acdd5
 static const ALIGN float floatScaleX4 = FLOATSCALE;
2acdd5
 static const ALIGN float clampMaxValueX4 = CLAMPMAXVAL;
2acdd5
 
2acdd5
-inline vector float load_aligned_float(float *dataPtr)
2acdd5
+static vector float load_aligned_float(float *dataPtr)
2acdd5
 {
2acdd5
 	vector float data = vec_lde(0, dataPtr);
2acdd5
 	vector unsigned char moveToStart = vec_lvsl(0, dataPtr);