ports/graphics/cairo/files/patch-Makefile.am
Tijl Coosemans 6fd90bd660 graphics/cairo: prepare for autoconf 2.71
- configure.ac contains GTK_DOC_CHECK and the new autoreconf runs
  gtkdocize in that case so add a build dependency.
- fix post-patch commands that patch files which are regenerated by
  autoreconf.
- remove old patches while here.

PR:		263454
2022-05-27 11:11:04 +02:00

10 lines
251 B
Text

--- Makefile.am.orig 2020-11-26 23:20:59 UTC
+++ Makefile.am
@@ -20,7 +20,6 @@ if CAIRO_HAS_PNG_FUNCTIONS
SUBDIRS = src doc util
# libpng is required for our test programs
if CAIRO_HAS_PNG_FUNCTIONS
-SUBDIRS += boilerplate test perf
endif
doc: