summaryrefslogtreecommitdiff
path: root/x11/pixman/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-04-23 09:44:05 +0000
committertnn <tnn@pkgsrc.org>2008-04-23 09:44:05 +0000
commitb70ccd274c539a316c007efb2d9bc11011b1e410 (patch)
treef9fdc4551d01bbdf963dc93509f55a89206af838 /x11/pixman/Makefile
parent87833ab6293c2ae61d501db910e3516fd7a4204d (diff)
downloadpkgsrc-b70ccd274c539a316c007efb2d9bc11011b1e410.tar.gz
- add patch from git for disabling gcc --param inline-* if not GCC, and
change patch to disable if not GCC4. - add patch from PR pkg/38484 to fix missing symbol pixman_have_sse - bump PKGREVISION
Diffstat (limited to 'x11/pixman/Makefile')
-rw-r--r--x11/pixman/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 556b6be2924..6137cbf9314 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2008/04/07 15:02:04 bjs Exp $
+# $NetBSD: Makefile,v 1.9 2008/04/23 09:44:05 tnn Exp $
#
DISTNAME= pixman-0.10.0
PKGNAME= ${DISTNAME:C/pl[0-9]*//}
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2