diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-30 13:44:59 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-30 13:47:06 +0200 |
commit | f7cefa123e655c73ddd656658fcca421b641b280 (patch) | |
tree | 3bf2c357039c06dc17675d80d4bf1d8040137799 /cairo | |
parent | 536726c8a319e953c6b8d30b91c9953b1391fa5a (diff) |
Don't build pixman/test to prevent build failure when wrong cairo is linked
Diffstat (limited to 'cairo')
-rw-r--r-- | cairo/pixman-0.12.0.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cairo/pixman-0.12.0.patch b/cairo/pixman-0.12.0.patch index 4aa06811fbfc..c3d21459828d 100644 --- a/cairo/pixman-0.12.0.patch +++ b/cairo/pixman-0.12.0.patch @@ -23,3 +23,14 @@ { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } if test "${ac_cv_c_bigendian+set}" = set; then +--- misc/pixman-0.12.0/Makefile.in 2008-09-17 19:14:38.000000000 +0200 ++++ misc/build/pixman-0.12.0/Makefile.in 2010-09-28 14:27:47.000000000 +0200 +@@ -203,7 +203,7 @@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = pixman test ++SUBDIRS = pixman + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = pixman-1.pc + GPGKEY = 6FF7C1A8 |