pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/lnav
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 19 10:40:28 UTC 2023
Modified Files:
pkgsrc/sysutils/lnav: Makefile
Log Message:
lnav: set GCC_REQD to 8 to fix build on NetBSD 9
(string_view)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/lnav/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/lnav/Makefile
diff -u pkgsrc/sysutils/lnav/Makefile:1.23 pkgsrc/sysutils/lnav/Makefile:1.24
--- pkgsrc/sysutils/lnav/Makefile:1.23 Tue Jan 17 10:09:13 2023
+++ pkgsrc/sysutils/lnav/Makefile Thu Jan 19 10:40:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2023/01/17 10:09:13 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/01/19 10:40:28 wiz Exp $
DISTNAME= lnav-0.11.1
CATEGORIES= sysutils textproc
@@ -15,6 +15,8 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= bash:build gmake
+GCC_REQD+= 8
+
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/pcre2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index