Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/fcgi fcgi: Needs -lm for frexp()



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41f6b032d323
branches:  trunk
changeset: 434929:41f6b032d323
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 28 13:55:59 2020 +0000

description:
fcgi: Needs -lm for frexp()

(presumably not on architectures where it's a compiler intrinsic?)

Bump PKGREVISION

diffstat:

 www/fcgi/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 702350271f81 -r 41f6b032d323 www/fcgi/Makefile
--- a/www/fcgi/Makefile Sun Jun 28 13:54:09 2020 +0000
+++ b/www/fcgi/Makefile Sun Jun 28 13:55:59 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2017/08/16 20:45:46 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2020/06/28 13:55:59 nia Exp $
 
 DISTNAME=              fcgi-2.4.0
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            www devel
 #MASTER_SITES=         http://fastcgi.com/dist/
 
@@ -16,5 +16,7 @@
 USE_LIBTOOL=           YES
 PTHREAD_OPTS+=         require
 
+LIBS.NetBSD+=          -lm # frexp()
+
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index