From 0548673f2f9c0cc89c85bb5789d111dabf1faa67 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2022dd1..1576e77 100644 --- a/Makefile +++ b/Makefile @@ -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 1.4.1