pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/fcgi
Module Name: pkgsrc
Committed By: nia
Date: Sun Jun 28 13:55:59 UTC 2020
Modified Files:
pkgsrc/www/fcgi: Makefile
Log Message:
fcgi: Needs -lm for frexp()
(presumably not on architectures where it's a compiler intrinsic?)
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/fcgi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/fcgi/Makefile
diff -u pkgsrc/www/fcgi/Makefile:1.20 pkgsrc/www/fcgi/Makefile:1.21
--- pkgsrc/www/fcgi/Makefile:1.20 Wed Aug 16 20:45:46 2017
+++ pkgsrc/www/fcgi/Makefile Sun Jun 28 13:55:59 2020
@@ -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 @@ GNU_CONFIGURE= YES
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