summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-12-03 22:18:12 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-12-03 22:18:12 +0000
commit22f6eb338b90234604128bef039694d3902fe6ab (patch)
treecf92acbd2741ed17c204da92a14a194e5290c929 /app
parentf00723619f36a772efb0f7bd82fca8e053d4be6e (diff)
Complete list of libraries for static only arches.
Noticed on vax by todd@.
Diffstat (limited to 'app')
-rw-r--r--app/xtsscale/Makefile6
1 files 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 <bsd.xconf.mk>
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