diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-07-24 13:05:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-07-24 13:05:48 +0000 |
commit | 33848ac2d5208b6bdd297b636ee61f972982d17b (patch) | |
tree | 38a6092e925c775e108e18f3c52ebd20d092239e /lib/pixman/Makefile.bsd-wrapper | |
parent | d1c54fd892ab7ed02443d2af0b01936b425d7e2c (diff) |
Update to pixman 0.22.2.
0.22.0 was tested by many. 0.22.2 only add a few bug fixes.
Note that on amd64 a recent ld.so is needed to avoid random bus errors.
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 639a87eb8..f52c56efe 100644 --- a/lib/pixman/Makefile.bsd-wrapper +++ b/lib/pixman/Makefile.bsd-wrapper @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2010/11/14 13:42:49 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2011/07/24 13:05:47 matthieu Exp $ .include <bsd.own.mk> -SHARED_LIBS= pixman-1 20.0 +SHARED_LIBS= pixman-1 22.2 .if ${MACHINE_ARCH} == arm CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon |