diff options
Diffstat (limited to 'package/x11r7/pixman/pixman-0.9.6-no-tests.patch')
-rw-r--r-- | package/x11r7/pixman/pixman-0.9.6-no-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/x11r7/pixman/pixman-0.9.6-no-tests.patch b/package/x11r7/pixman/pixman-0.9.6-no-tests.patch new file mode 100644 index 000000000..271a42676 --- /dev/null +++ b/package/x11r7/pixman/pixman-0.9.6-no-tests.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in.orig 2008-01-30 12:56:25.000000000 -0500 ++++ b/Makefile.in 2008-01-30 12:56:38.000000000 -0500 +@@ -198,7 +198,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = pixman test ++SUBDIRS = pixman + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = pixman-1.pc + RELEASE_OR_SNAPSHOT = $$(if test "x$(CAIRO_VERSION_MINOR)" = "x$$(echo "$(CAIRO_VERSION_MINOR)/2*2" | bc)" ; then echo release; else echo snapshot; fi) |