aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/lwm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 07:06:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 07:06:30 +0000
commitbe856e74d2486c2042594b76c9cade12ee3f3c07 (patch)
treeb6f70b3bfeb94ad657c7d0ee77d0b746fb8b3abc /x11-wm/lwm
parente539569db18162db024510937e548046f8010a87 (diff)
downloadports-be856e74d2486c2042594b76c9cade12ee3f3c07.tar.gz
ports-be856e74d2486c2042594b76c9cade12ee3f3c07.zip
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
Notes
Notes: svn path=/head/; revision=323701
Diffstat (limited to 'x11-wm/lwm')
-rw-r--r--x11-wm/lwm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile
index 4720c177c4d5..d092710062c6 100644
--- a/x11-wm/lwm/Makefile
+++ b/x11-wm/lwm/Makefile
@@ -18,8 +18,8 @@ USE_XORG= sm x11 xext
MAKEFILE= no_xmkmf_makefile
MAKE_ARGS= LDFLAGS="${LDFLAGS}"
-CFLAGS+= `pkg-config --cflags sm x11 xext` -DSHAPE
-LDFLAGS+= `pkg-config --libs sm x11 xext`
+CFLAGS+= `pkg-config --cflags sm x11 xext ice` -DSHAPE
+LDFLAGS+= `pkg-config --libs sm x11 xext ice`
MAN1= ${PORTNAME}.1
PORTDOCS= AUTHORS BUGS ChangeLog README TODO