b8e885f902
Alexander Troosh (1): Require GTK+ version >= 2.16 Andrea Canciani (1): test: Fix build on MSVC Markos Chandras (1): Use AC_LINK_IFELSE to check if the Loongson MMI code can link Matthieu Herrb (1): configure.ac: Don't use '+=' since it's not POSIX Siarhei Siamashka (1): test: fix matrix-test on big endian systems Søren Sandmann Pedersen (2): Version bump to 0.30.1 Pre-release version bump to 0.30.2 ingmar@irsoft.de (1): Fix broken build when HAVE_CONFIG_H is undefined, e.g. on Win32.
24 lines
559 B
Makefile
24 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.55 2013/08/15 10:46:56 wiz Exp $
|
|
|
|
DISTNAME= pixman-0.30.2
|
|
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"
|