summaryrefslogtreecommitdiff
path: root/www/fcgi
diff options
context:
space:
mode:
Diffstat (limited to 'www/fcgi')
-rw-r--r--www/fcgi/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile
index e4d02ed3dff..02c39b5e8d9 100644
--- a/www/fcgi/Makefile
+++ b/www/fcgi/Makefile
@@ -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"