pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/modular-xorg-server configure requires pixman>=0.1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/81218a6db47f
branches: trunk
changeset: 394848:81218a6db47f
user: reed <reed%pkgsrc.org@localhost>
date: Tue Jun 16 18:05:34 2009 +0000
description:
configure requires pixman>=0.13.2 so define BUILDLINK_API_DEPENDS.pixman.
If try to workaround that get build failures in rrtransform.h
or runtime problem:
Xorg: Undefined PLT symbol "pixman_transform_init_identity" (symnum = 1603)
diffstat:
x11/modular-xorg-server/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 424b1bbf4d21 -r 81218a6db47f x11/modular-xorg-server/Makefile
--- a/x11/modular-xorg-server/Makefile Tue Jun 16 16:09:36 2009 +0000
+++ b/x11/modular-xorg-server/Makefile Tue Jun 16 18:05:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2009/06/08 08:31:31 obache Exp $
+# $NetBSD: Makefile,v 1.45 2009/06/16 18:05:34 reed Exp $
#
DISTNAME= xorg-server-1.6.1.901
@@ -82,6 +82,7 @@
BUILDLINK_API_DEPENDS.glproto+= glproto>=1.4.9
BUILDLINK_API_DEPENDS.inputproto+= inputproto>=1.5
BUILDLINK_API_DEPENDS.kbproto+= kbproto>=1.0.3
+BUILDLINK_API_DEPENDS.pixman+= pixman>=0.13.2
BUILDLINK_API_DEPENDS.randrproto+= randrproto>=1.2.99.1
BUILDLINK_API_DEPENDS.renderproto+= renderproto>=0.9.3
BUILDLINK_API_DEPENDS.xf86dgaproto+= xf86dgaproto>=2.0.3
Home |
Main Index |
Thread Index |
Old Index