pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libfilezilla net/libfilezilla: Set GCC_REQD=7 for ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c055233ec507
branches: trunk
changeset: 398593:c055233ec507
user: gdt <gdt%pkgsrc.org@localhost>
date: Tue Jul 23 16:28:36 2019 +0000
description:
net/libfilezilla: Set GCC_REQD=7 for C++17
Also, use the new c++17 keyword in USE_LANGUAGES.
This commit is not expected to change the produced binaries on any
system where it built before.
diffstat:
net/libfilezilla/Makefile | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r 69e243de16e0 -r c055233ec507 net/libfilezilla/Makefile
--- a/net/libfilezilla/Makefile Tue Jul 23 16:19:15 2019 +0000
+++ b/net/libfilezilla/Makefile Tue Jul 23 16:28:36 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/07/20 22:46:39 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2019/07/23 16:28:36 gdt Exp $
DISTNAME= libfilezilla-0.17.1
PKGREVISION= 1
@@ -15,13 +15,12 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
PKGCONFIG_OVERRIDE+= lib/libfilezilla.pc.in
-# TODO: update GCC_REQD, as of 0.17.1 this requires C++17
-# GCC 4.9 is required to support C++14
-GCC_REQD+= 4.9
+# for C++17
+GCC_REQD+= 7
BUILDLINK_API_DEPENDS.nettle+= nettle>=3.1
.include "../../security/nettle/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index