From 119dc743db62a7d292586ef6777d08f86d6a8d5a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 26 Jul 2013 06:07:28 +0000 Subject: Fix build with linker that does not copy the dt_need from libraries it links with like recent binutils. Obtained from: DPorts --- x11-wm/wmii/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-wm/wmii') diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile index 7ce2875d1fba..e0936a506139 100644 --- a/x11-wm/wmii/Makefile +++ b/x11-wm/wmii/Makefile @@ -18,8 +18,8 @@ CONFLICTS= wmii-3.9* USE_XORG= x11 xextproto xt xext MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \ - INCX11="-I${LOCALBASE}/include" LIBX11="-L${LOCALBASE}/lib" \ - CC="${CC} -c" LD="${CC}" LIBIXP="-lixp" STATIC="" \ + INCX11="-I${LOCALBASE}/include" LIBX11="-L${LOCALBASE}/lib -lX11 -lixp" \ + CC="${CC} -c" LD="${CC}" LIBIXP="" STATIC="" \ MAN="${MANPREFIX}/man" MAN1= wmii.1 wmiiloop.1 wmiir.1 -- cgit