Module Name:    src
Committed By:   christos
Date:           Sun Sep 29 14:34:30 UTC 2013

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

Log Message:
need -lxcb


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/bin/xdpyinfo/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/xdpyinfo/Makefile
diff -u src/external/mit/xorg/bin/xdpyinfo/Makefile:1.5 src/external/mit/xorg/bin/xdpyinfo/Makefile:1.6
--- src/external/mit/xorg/bin/xdpyinfo/Makefile:1.5	Fri May 31 02:47:31 2013
+++ src/external/mit/xorg/bin/xdpyinfo/Makefile	Sun Sep 29 10:34:30 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2013/05/31 06:47:31 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2013/09/29 14:34:30 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -10,10 +10,10 @@ CPPFLAGS+=-I${X11SRCDIR.${PROG}}/../incl
 
 LDADD+=	-lXtst -lXi -lXrender -lXinerama -lXcomposite \
 	-lXxf86vm -lXxf86dga -lXxf86misc -lXext -lX11 \
-	-lX11-xcb
+	-lxcb -lX11-xcb
 DPADD+= ${LIBXTST} ${LIBXI} ${LIBXRENDER} ${LIBXINERAMA} ${LIBXCOMPOSITE} \
 	${LIBXXF86VM} ${LIBXXF86DGA} ${LIBXXF86MISC} ${LIBXEXT} ${LIBX11} \
-	${LIBX11XCB}
+	${LIBXCB} ${LIBX11XCB}
 
 .PATH:	${X11SRCDIR.${PROG}}
 .PATH:	${X11SRCDIR.${PROG}}/man

Reply via email to