Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/libxcb/libxcb libxcb doesn't need or w...



details:   https://anonhg.NetBSD.org/src/rev/1a1f01cbd012
branches:  trunk
changeset: 762563:1a1f01cbd012
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Feb 23 06:04:31 2011 +0000

description:
libxcb doesn't need or want to link against libXaw.  avoids
implicit cyclic dependancy loops, which crash rtld right now.

diffstat:

 external/mit/xorg/lib/libxcb/libxcb/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5e4ce37d194a -r 1a1f01cbd012 external/mit/xorg/lib/libxcb/libxcb/Makefile
--- a/external/mit/xorg/lib/libxcb/libxcb/Makefile      Wed Feb 23 06:02:00 2011 +0000
+++ b/external/mit/xorg/lib/libxcb/libxcb/Makefile      Wed Feb 23 06:04:31 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/07/18 09:49:12 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2011/02/23 06:04:31 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -26,7 +26,6 @@
 CPPFLAGS+=     -I${DESTDIR}${X11INCDIR}/xcb
 
 LIBDPLIBS=\
-       Xaw7    ${.CURDIR}/../../libXaw \
        Xdmcp   ${.CURDIR}/../../libXdmcp
 
 NOMAN= # defined



Home | Main Index | Thread Index | Old Index