summaryrefslogtreecommitdiff
path: root/package/cairo/patches/patch-Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-11 18:28:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-11 18:28:02 +0100
commit2b2ad4912de8c60a2ad8372f93ee1cfe1a1bee7a (patch)
tree8b401e576adce9b90709652019204ddd52bab7ed /package/cairo/patches/patch-Makefile_in
parent34139bdbf09278a6d6786185a4f013d729978e2b (diff)
parent0cd03542850a3aacea7060d8debf0fdef333aacc (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cairo/patches/patch-Makefile_in')
-rw-r--r--package/cairo/patches/patch-Makefile_in20
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 \