summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-26 06:07:28 +0000
committerbapt <bapt@FreeBSD.org>2013-07-26 06:07:28 +0000
commitcfe152ab0207798a42f710a616fa0af28ca25598 (patch)
tree44db168412b269dd3018792132f1d1ed6ce3cd03
parentc32dd9c2112270961450c1f0c9d23ba15d971cad (diff)
downloadFreeBSD-ports-cfe152ab0207798a42f710a616fa0af28ca25598.zip
FreeBSD-ports-cfe152ab0207798a42f710a616fa0af28ca25598.tar.gz
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. Obtained from: DPorts
-rw-r--r--x11-wm/wmii/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile
index 7ce2875..e0936a5 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
OpenPOWER on IntegriCloud