From e7f06501b372455f72c877f1688582c300a9ee2b Mon Sep 17 00:00:00 2001 From: matthieu Date: Thu, 3 Dec 2009 22:18:11 +0000 Subject: [PATCH] Complete list of libraries for static only arches. Noticed on vax by todd@. --- app/xtsscale/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/xtsscale/Makefile b/app/xtsscale/Makefile index 7b6ac5add..c4465fece 100644 --- a/app/xtsscale/Makefile +++ b/app/xtsscale/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2009/12/01 21:20:56 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2009/12/03 22:18:11 matthieu Exp $ .include PROG= xtsscale @@ -6,8 +6,8 @@ MAN= xtsscale.1 CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 \ -I${.CURDIR}/../../driver/xf86-input-ws/include -LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lX11 -lXau \ - -lXdmcp -lfontconfig -lexpat -lfreetype -lz +LDADD+= -L${X11BASE}/lib -lXft -lXi -lXrender -lXext -lX11 -lxcb \ + -lXau -lXdmcp -lfontconfig -lexpat -lfreetype -lz CFLAGS+= -Wall MANDIR= ${X11BASE}/man/cat