mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- 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
10 lines
251 B
Text
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:
|