pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/elinks
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 11 05:32:49 UTC 2023
Modified Files:
pkgsrc/www/elinks: Makefile
Log Message:
elinks: Require a C++17 compiler.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/elinks/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/elinks/Makefile
diff -u pkgsrc/www/elinks/Makefile:1.78 pkgsrc/www/elinks/Makefile:1.79
--- pkgsrc/www/elinks/Makefile:1.78 Wed Apr 19 08:11:46 2023
+++ pkgsrc/www/elinks/Makefile Tue Jul 11 05:32:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2023/04/19 08:11:46 adam Exp $
+# $NetBSD: Makefile,v 1.79 2023/07/11 05:32:49 nia Exp $
DISTNAME= elinks-0.16.0
PKGREVISION= 1
@@ -15,6 +15,9 @@ LICENSE= gnu-gpl-v2
CONFLICTS+= felinks-[0-9]*
SUPERSEDES+= felinks-[0-9]*
+# C++17
+GCC_REQD+= 7
+
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
Home |
Main Index |
Thread Index |
Old Index