Module Name: src Committed By: christos Date: Wed Jan 22 15:23:06 UTC 2014
Modified Files: src/external/mit/xorg/bin/appres: Makefile Log Message: Add missing libraries for static linking To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/appres/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/appres/Makefile diff -u src/external/mit/xorg/bin/appres/Makefile:1.3 src/external/mit/xorg/bin/appres/Makefile:1.4 --- src/external/mit/xorg/bin/appres/Makefile:1.3 Fri May 31 01:41:50 2013 +++ src/external/mit/xorg/bin/appres/Makefile Wed Jan 22 10:23:06 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/05/31 05:41:50 mrg Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/22 15:23:06 christos Exp $ .include <bsd.own.mk> @@ -6,8 +6,8 @@ PROG= appres CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include -DHAVE_CONFIG_H -LDADD+= -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBXDMCP} ${LIBXAU} +LDADD+= -lXt -lSM -lICE -lXext -lX11 -lxcb -lXdmcp -lXau +DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBXCB} ${LIBXDMCP} ${LIBXAU} .PATH: ${X11SRCDIR.${PROG}} .PATH: ${X11SRCDIR.${PROG}}/man