diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-06-05 20:14:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-06-05 20:14:29 +0000 |
commit | 1a3f8b041f9385fc2cda6fbe97f61112cd191ec5 (patch) | |
tree | 92c0912cc02e012192b0531c926547d08038ff22 /lib/pixman/Makefile.bsd-wrapper | |
parent | 8d9c99533965da07eaec96335b59167b621f0970 (diff) |
Update to pixman 0.15.8.
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 1350a7be3..63b440407 100644 --- a/lib/pixman/Makefile.bsd-wrapper +++ b/lib/pixman/Makefile.bsd-wrapper @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2008/09/23 19:11:40 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2009/06/05 20:14:27 matthieu Exp $ -SHARED_LIBS= pixman-1 12.0 +SHARED_LIBS= pixman-1 15.8 .if ${MACHINE} == amd64 CONFIGURE_ARGS += --disable-sse2 |