summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-28 14:05:58 +0000
committernia <nia@pkgsrc.org>2020-06-28 14:05:58 +0000
commit5ed89ae0675559c9315909fe65659636f26ea391 (patch)
tree49acfe48ee2a12d89a215df728cdba31b28dd68d /wm
parent7ad6668135bfbe7042e50eb5643b7afe2253a365 (diff)
downloadpkgsrc-5ed89ae0675559c9315909fe65659636f26ea391.tar.gz
wmii: needs -lm for frexp
(presumably not on architectures where this is a compiler intrinsic, or something) bump PKGREVISION
Diffstat (limited to 'wm')
-rw-r--r--wm/wmii/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/wmii/Makefile b/wm/wmii/Makefile
index c71fbc7346d..77fe88eb4b6 100644
--- a/wm/wmii/Makefile
+++ b/wm/wmii/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2020/06/04 17:56:27 leot Exp $
+# $NetBSD: Makefile,v 1.39 2020/06/28 14:05:58 nia Exp $
DISTNAME= wmii+ixp-3.9.2
PKGNAME= wmii-3.9.2
+PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= http://dl.suckless.org/wmii/
EXTRACT_SUFX= .tbz
@@ -45,6 +46,7 @@ CONF_FILES+= ${EGDIR}/${EGSUBDIR.${subdir}}/${file} \
. endfor
.endfor
+LDFLAGS.NetBSD+= -lm # frexp
LDFLAGS.SunOS+= -lsocket -lnsl -liconv
SUBST_CLASSES+= vars