Skip to content

Commit 60e7618

Browse files
committed
Update cairo patch to not require autoconf to be rerun
1 parent 56b50ae commit 60e7618

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

patches/cairo-1.10.0.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
--- cairo-1.10.0/build/configure.ac.warnings.orig 2020-07-13 12:22:37.920663090 +0200
2-
+++ cairo-1.10.0/build/configure.ac.warnings 2020-07-13 12:23:44.624573762 +0200
3-
@@ -27,7 +27,7 @@
1+
--- cairo-1.10.0/configure.orig 2020-07-14 08:42:30.270250297 +0200
2+
+++ cairo-1.10.0/configure 2020-07-14 08:43:50.044392514 +0200
3+
@@ -17005,7 +17005,7 @@
4+
MAYBE_WARN="$MAYBE_WARN -erroff=E_ENUM_TYPE_MISMATCH_ARG \
5+
-erroff=E_ENUM_TYPE_MISMATCH_OP"
46

5-
dnl We also abuse the warning-flag facility to enable other compiler
6-
dnl options. Namely, the following:
77
-MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common -flto"
88
+MAYBE_WARN="$MAYBE_WARN -fno-strict-aliasing -fno-common"
99

10-
dnl Also to turn various gcc/glibc-specific preprocessor checks
1110
MAYBE_WARN="$MAYBE_WARN -Wp,-D_FORTIFY_SOURCE=2"
11+

0 commit comments

Comments
 (0)