diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-10 15:18:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-10 15:18:11 +0100 |
commit | dd6fdf4bbb32fcb29b4553a16241768e29911633 (patch) | |
tree | a286d9e4765e51618fdbb648979fb7d55d511668 /package/cairo/patches/patch-Makefile_in | |
parent | 5c5a5fa8ef2e2d157e04fc837f0f6d377fa393bc (diff) |
unbreak build
Diffstat (limited to 'package/cairo/patches/patch-Makefile_in')
-rw-r--r-- | package/cairo/patches/patch-Makefile_in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/cairo/patches/patch-Makefile_in b/package/cairo/patches/patch-Makefile_in new file mode 100644 index 000000000..266149788 --- /dev/null +++ b/package/cairo/patches/patch-Makefile_in @@ -0,0 +1,20 @@ +--- cairo-1.12.16.orig/Makefile.in 2013-08-26 19:00:44.000000000 +0200 ++++ cairo-1.12.16/Makefile.in 2014-02-10 14:44:58.000000000 +0100 +@@ -80,7 +80,7 @@ EXTRA_PROGRAMS = + TESTS = + check_PROGRAMS = + # libpng is required for our test programs +-@CAIRO_HAS_PNG_FUNCTIONS_TRUE@am__append_1 = boilerplate test perf ++@CAIRO_HAS_PNG_FUNCTIONS_TRUE@am__append_1 = boilerplate perf + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/build/aclocal.cairo.m4 \ +@@ -439,7 +439,7 @@ MAINTAINERCLEANFILES = Makefile.in $(src + # $(srcdir)/build/Makefile.win32.features-h \ + # $(NULL) + ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS} +-DIST_SUBDIRS = src doc util boilerplate test perf ++DIST_SUBDIRS = src doc util boilerplate perf + SUBDIRS = src doc util $(am__append_1) + DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ |