diff --git a/x11-libs/pixman/patches/pixman-0.19.4.patch b/x11-libs/pixman/patches/pixman-0.19.4.patch new file mode 100644 index 000000000..68f6c6206 --- /dev/null +++ b/x11-libs/pixman/patches/pixman-0.19.4.patch @@ -0,0 +1,11 @@ +diff -urN pixman-0.19.4/configure.ac pixman-0.19.4-haiku/configure.ac +--- pixman-0.19.4/configure.ac 2010-09-21 14:11:23.028049408 +0000 ++++ pixman-0.19.4-haiku/configure.ac 2010-10-18 14:12:25.000000000 +0000 +@@ -726,6 +726,7 @@ + + PIXMAN_CHECK_PTHREAD([CFLAGS="-D_REENTRANT"; LIBS="-lpthread"]) + PIXMAN_CHECK_PTHREAD([CFLAGS="-pthread"; LDFLAGS="-pthread"]) ++ PIXMAN_CHECK_PTHREAD([CFLAGS="-D_REENTRANT"; LDFLAGS="-lroot"]) + + if test $support_for_pthread_setspecific = yes; then + CFLAGS="$CFLAGS $PTHREAD_CFLAGS" diff --git a/x11-libs/pixman/pixman-0.18.4.bep b/x11-libs/pixman/pixman-0.18.4.bep new file mode 100644 index 000000000..c31a522b4 --- /dev/null +++ b/x11-libs/pixman/pixman-0.18.4.bep @@ -0,0 +1,21 @@ +DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo" +HOMEPAGE="http://cgit.freedesktop.org/pixman/" +SRC_URI="http://cairographics.org/releases/pixman-0.18.4.tar.gz" +CHECKSUM_MD5="532db4194e18c108d0b7dd85f20d39b8" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd pixman-0.18.4 + libtoolize --force --copy --install + aclocal + automake + autoconf + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd pixman-0.18.4 + make install +} diff --git a/x11-libs/pixman/pixman-0.19.4.bep b/x11-libs/pixman/pixman-0.19.4.bep new file mode 100644 index 000000000..96a1ca754 --- /dev/null +++ b/x11-libs/pixman/pixman-0.19.4.bep @@ -0,0 +1,32 @@ +DESCRIPTION="Pixman - The pixel-manipulation library for X and cairo" +HOMEPAGE="http://cgit.freedesktop.org/pixman/" +SRC_URI="http://cairographics.org/releases/pixman-0.19.4.tar.gz" +CHECKSUM_MD5="100a2d23f1d5683fdaa5d7ca71a0182b" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd pixman-0.19.4 + libtoolize --force --copy --install + ./autogen.sh + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd pixman-0.19.4 + make install +} + +TEST { + cd pixman-0.19.4 + make check +} + +LICENSE="MIT" +COPYRIGHT="1987-1998 The Open Group + 1987-1989 Digital Equipment Corporation + 1999, 2004, 2008 Keith Packard + 2004, 2005, 2007, 2008 Red Hat, Inc. + 2009-2010 Sun Microsystems, Inc. + and many others" \ No newline at end of file