Module Name:    src
Committed By:   mrg
Date:           Wed Feb 23 06:04:31 UTC 2011

Modified Files:
        src/external/mit/xorg/lib/libxcb/libxcb: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libxcb/libxcb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/libxcb/libxcb/Makefile
diff -u src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.3 src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.4
--- src/external/mit/xorg/lib/libxcb/libxcb/Makefile:1.3	Sun Jul 18 09:49:12 2010
+++ src/external/mit/xorg/lib/libxcb/libxcb/Makefile	Wed Feb 23 06:04:31 2011
@@ -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

Reply via email to