diff --git a/x11-libs/pixman/patches/pixman-0.16.2.patch b/x11-libs/pixman/patches/pixman-0.16.2.patch new file mode 100644 index 000000000..e9dccb407 --- /dev/null +++ b/x11-libs/pixman/patches/pixman-0.16.2.patch @@ -0,0 +1,12 @@ +diff -urN pixman-0.16.2-orig/test/blitters-test.c pixman-0.16.2/test/blitters-test.c +--- pixman-0.16.2-orig/test/blitters-test.c 2009-09-28 05:58:31.000000000 -0700 ++++ pixman-0.16.2/test/blitters-test.c 2009-11-16 20:39:32.000000000 -0800 +@@ -174,7 +174,7 @@ + { + int stride = pixman_image_get_stride (img); + uint32_t *data = pixman_image_get_data (img); +- int height = pixman_image_get_height (img);; ++ int height = pixman_image_get_height (img); + int i, j; + + /* swap bytes only on big endian systems */ diff --git a/x11-libs/pixman/pixman-0.16.2.bep b/x11-libs/pixman/pixman-0.16.2.bep new file mode 100644 index 000000000..9e3f9d450 --- /dev/null +++ b/x11-libs/pixman/pixman-0.16.2.bep @@ -0,0 +1,20 @@ +DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo" +HOMEPAGE="http://cgit.freedesktop.org/pixman/" +SRC_URI="http://www.cairographics.org/releases/pixman-0.16.2.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd pixman-0.16.2 + libtoolize --force --copy --install + aclocal +# echo "AC_CONFIG_MACRO_DIR([m4]) > configure.in + automake + autoconf + ./configure --prefix=/boot/common + make +} + +INSTALL { + +}