Module Name:    src
Committed By:   mrg
Date:           Sun Jul 18 10:42:25 UTC 2010

Modified Files:
        src/external/mit/xorg/bin/xlsatoms: Makefile

Log Message:
xlsatoms 1.1.0 wants to link against libxcb, not all the other libs.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xlsatoms/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/bin/xlsatoms/Makefile
diff -u src/external/mit/xorg/bin/xlsatoms/Makefile:1.1.1.1 src/external/mit/xorg/bin/xlsatoms/Makefile:1.2
--- src/external/mit/xorg/bin/xlsatoms/Makefile:1.1.1.1	Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/xlsatoms/Makefile	Sun Jul 18 10:42:24 2010
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2010/07/18 10:42:24 mrg Exp $
 
 .include <bsd.own.mk>
 
 PROG=	xlsatoms
 
-LDADD+=	-lXmuu -lXt -lSM -lICE -lXext -lX11
-DPADD+=	${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
+LDADD+=	-lxcb
+DPADD+=	${LIBXCB}
 
 .PATH:	${X11SRCDIR.${PROG}}
 

Reply via email to