summaryrefslogtreecommitdiffstats
path: root/gfx/cairo/pixman-armasm.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /gfx/cairo/pixman-armasm.patch
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/cairo/pixman-armasm.patch')
-rw-r--r--gfx/cairo/pixman-armasm.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/gfx/cairo/pixman-armasm.patch b/gfx/cairo/pixman-armasm.patch
new file mode 100644
index 0000000000..0bf5a0a58e
--- /dev/null
+++ b/gfx/cairo/pixman-armasm.patch
@@ -0,0 +1,25 @@
+diff --git a/gfx/cairo/libpixman/src/pixman-arm-asm.h b/gfx/cairo/libpixman/src/pixman-arm-asm.h
+--- a/gfx/cairo/libpixman/src/pixman-arm-asm.h
++++ b/gfx/cairo/libpixman/src/pixman-arm-asm.h
+@@ -20,19 +20,19 @@
+ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ * SOFTWARE.
+ *
+ * Author: Jeff Muizelaar (jeff@infidigm.net)
+ *
+ */
+
+-
++#ifdef HAVE_CONFIG_H
+ #include "pixman-config.h"
+-
++#endif
+
+ /* Supplementary macro for setting function attributes */
+ .macro pixman_asm_function_impl fname
+ #ifdef ASM_HAVE_FUNC_DIRECTIVE
+ .func \fname
+ #endif
+ .global \fname
+ #ifdef __ELF__