freebsd-ports/graphics/gdk-pixbuf2/files/patch-Makefile.in
Koop Mast 4e2eb67ae3 Update gdk-pixbuf2 to 2.36.9.
* Move USES before USE_*, according to porters handbook [1]
* Add depend on shared-mime-info, due to configure checking for it now.
* Work around a bug in configure where tiff support isn't correctly
  enabled, resulting in the tiff loader not being build.
* Regen patch with make makepatch

PR:		221989
Submitted by:	lightside@gmx.com
Reported by:	 Alaksiej Carniajeu <a@carniajeu.com>, portlint [1]
MFH:		2017Q3
Security:	CVE-2017-2870, CVE-2017-2862
2017-09-02 22:15:02 +00:00

11 lines
382 B
Text

--- Makefile.in.orig 2017-09-02 09:47:13 UTC
+++ Makefile.in
@@ -451,7 +451,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = gdk-pixbuf po docs thumbnailer tests contrib win32
+SUBDIRS = gdk-pixbuf po thumbnailer tests contrib win32
meson_files = \
meson.build \
meson_options.txt \