cairo: fix gtkdocize patch (#24332)

Patch in #23971 was not correct
This commit is contained in:
Seth R. Johnson 2021-06-15 19:08:56 -04:00 committed by GitHub
parent 53dae0040a
commit 5971372be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
--- autogen.orig.sh 2021-06-08 19:55:17.000000000 -0400 --- a/autogen.sh 2021-06-08 19:55:17.000000000 -0400
+++ autogen.sh 2021-06-08 19:58:29.000000000 -0400 +++ b/autogen.sh 2021-06-08 19:58:29.000000000 -0400
@@ -13,13 +13,7 @@ @@ -13,13 +13,7 @@
exit 1 exit 1
fi fi
@ -11,7 +11,7 @@
- gtkdocize || exit $? - gtkdocize || exit $?
-fi -fi
- -
+GTKDOCIZE=echo +export GTKDOCIZE=echo
# create dummy */Makefile.am.features and ChangeLog to make automake happy # create dummy */Makefile.am.features and ChangeLog to make automake happy
> boilerplate/Makefile.am.features > boilerplate/Makefile.am.features
> src/Makefile.am.features > src/Makefile.am.features