pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/goaccess
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 7 09:29:26 UTC 2020
Modified Files:
pkgsrc/www/goaccess: Makefile
Log Message:
goaccess: link against libterminfo on NetBSD, for tputs()
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/goaccess/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/goaccess/Makefile
diff -u pkgsrc/www/goaccess/Makefile:1.26 pkgsrc/www/goaccess/Makefile:1.27
--- pkgsrc/www/goaccess/Makefile:1.26 Mon Mar 30 11:31:25 2020
+++ pkgsrc/www/goaccess/Makefile Tue Apr 7 09:29:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/03/30 11:31:25 roy Exp $
+# $NetBSD: Makefile,v 1.27 2020/04/07 09:29:26 wiz Exp $
DISTNAME= goaccess-1.3
PKGREVISION= 5
@@ -25,6 +25,7 @@ CONF_FILES= ${EGDIR}/goaccess.conf ${PKG
LIBS.SunOS+= -lsocket -lnsl
CPPFLAGS.SunOS+= -D__EXTENSIONS__
+LDFLAGS.NetBSD+= -lterminfo
BROKEN_GETTEXT_DETECTION= yes
@@ -51,4 +52,5 @@ pre-configure:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index