pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/wmii



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 28 14:05:58 UTC 2020

Modified Files:
        pkgsrc/wm/wmii: Makefile

Log Message:
wmii: needs -lm for frexp

(presumably not on architectures where this is a compiler intrinsic, or
something)

bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/wm/wmii/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/wmii/Makefile
diff -u pkgsrc/wm/wmii/Makefile:1.38 pkgsrc/wm/wmii/Makefile:1.39
--- pkgsrc/wm/wmii/Makefile:1.38        Thu Jun  4 17:56:27 2020
+++ pkgsrc/wm/wmii/Makefile     Sun Jun 28 14:05:58 2020
@@ -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.${subd
 .  endfor
 .endfor
 
+LDFLAGS.NetBSD+=       -lm # frexp
 LDFLAGS.SunOS+=                -lsocket -lnsl -liconv
 
 SUBST_CLASSES+=                vars



Home | Main Index | Thread Index | Old Index