summarylogtreecommitdiffstats
path: root/0009-standalone-headers.mingw.patch
diff options
context:
space:
mode:
authorpingplug2022-04-04 18:24:12 +0800
committerpingplug2022-04-04 18:24:12 +0800
commit597571884fea91c8c831a8587f481d4c4bc7c795 (patch)
tree287560f53cd17f54c179f50fb6f5d8e574452038 /0009-standalone-headers.mingw.patch
parent392dd6644a39437a597418c38cb854d0d7ba00ae (diff)
downloadaur-597571884fea91c8c831a8587f481d4c4bc7c795.tar.gz
updated to 1.17.6
Diffstat (limited to '0009-standalone-headers.mingw.patch')
-rw-r--r--0009-standalone-headers.mingw.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/0009-standalone-headers.mingw.patch b/0009-standalone-headers.mingw.patch
deleted file mode 100644
index ce591c78c00c..000000000000
--- a/0009-standalone-headers.mingw.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cairo-1.12.10/src/Makefile.am.analysis.orig 2013-01-19 16:35:36 +0400
-+++ cairo-1.12.10/src/Makefile.am.analysis 2013-01-19 17:16:51 +0400
-@@ -24,7 +24,7 @@
- @echo Checking that enabled public/private headers can be compiled standalone
- @status=true; for f in $(enabled_cairo_headers) $(enabled_cairo_private); do \
- echo " CHECK $$f"; \
-- echo "#include \"$(srcdir)/$$f\"" > headers-standalone-tmp.c; \
-+ echo "#include \"$(shell cd $(srcdir) ; pwd -W)/$$f\"" > headers-standalone-tmp.c; \
- echo "int main(int argc, char * argv[]) { return 0; }" >> headers-standalone-tmp.c; \
- $(COMPILE) -o headers-standalone-tmp headers-standalone-tmp.c || status=false; \
- $(RM) headers-standalone-tmp headers-standalone-tmp.c; \