pkgsrc/x11/pixman/Makefile
wiz 6f5060c256 Update to 0.32.8:
A new pixman release 0.32.8 is now available. This is a stable release that
contains an important bug fix (buffer overflow), which can affect 32-bit
systems.

I recommend to all the distributions that still use the 0.32.x version to
upgrade to this release as soon as possible.

For those distributions that already moved to the new 0.33.2 version, I will
release in the coming weeks a new version (0.33.4), which will include this
bug fix, among other things.
2015-09-30 20:22:33 +00:00

24 lines
559 B
Makefile

# $NetBSD: Makefile,v 1.61 2015/09/30 20:22:33 wiz Exp $
DISTNAME= pixman-0.32.8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Library of low-level pixel manipulation routines
LICENSE= mit
GNU_CONFIGURE= yes
.if ${MACHINE_ARCH} == i386
CONFIGURE_ARGS += --disable-sse2
.endif
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl
PKGCONFIG_OVERRIDE+= pixman-1.pc.in
PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in
.include "../../mk/bsd.pkg.mk"