diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-12-10 21:30:22 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-12-10 21:30:22 +0000 |
commit | ecf842998f481acd5f71d91e4572f11f68fbf97b (patch) | |
tree | cdc17f0b40641e66977febc3b28cfb00c4cabae1 /lib/pixman/Makefile.bsd-wrapper | |
parent | 787595b066638d9ddf0ca460b4c06f06f75d3fd5 (diff) |
Merge pixman 0.9.6. Valery Masiutsin and other report that it fixes some
X crashes on amd64. Bump major since one function was removed.
Diffstat (limited to 'lib/pixman/Makefile.bsd-wrapper')
-rw-r--r-- | lib/pixman/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pixman/Makefile.bsd-wrapper b/lib/pixman/Makefile.bsd-wrapper index 214564cb6..ca87d923f 100644 --- a/lib/pixman/Makefile.bsd-wrapper +++ b/lib/pixman/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2007/10/20 20:24:01 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2007/12/10 21:30:21 matthieu Exp $ -SHARED_LIBS= pixman-1 9.5 +SHARED_LIBS= pixman-1 10.0 .include <bsd.xorg.mk> |