From 02245bb4600c5570550f017affc64e992d4021d8 Mon Sep 17 00:00:00 2001 From: todd Date: Mon, 19 Jan 2009 20:23:19 +0000 Subject: library dependency ordering matters for static archs, -lXext last in this case from matthieu@, verified on vax --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09489ee..3ac2518 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2009/01/11 21:48:27 oga Exp $ +# $OpenBSD: Makefile,v 1.15 2009/01/19 20:23:19 todd Exp $ .include @@ -12,8 +12,8 @@ CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR} CFLAGS+= -Wall -LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp -lXext \ - -lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr +LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp \ + -lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext MANDIR= ${X11BASE}/man/cat MAN= cwm.1 cwmrc.5 -- cgit v1.2.3-2-gb3c3