pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libfilezilla libfilezilla: require gcc 8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1b5cd29a172
branches:  trunk
changeset: 449663:e1b5cd29a172
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 03 11:30:21 2021 +0000

description:
libfilezilla: require gcc 8

Reported by Matthias Petermann on pkgsrc-users.

diffstat:

 net/libfilezilla/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e1aee59b0fd -r e1b5cd29a172 net/libfilezilla/Makefile
--- a/net/libfilezilla/Makefile Sat Apr 03 10:19:03 2021 +0000
+++ b/net/libfilezilla/Makefile Sat Apr 03 11:30:21 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2021/03/12 10:35:47 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2021/04/03 11:30:21 wiz Exp $
 
 DISTNAME=      libfilezilla-0.27.0
 CATEGORIES=    net
@@ -19,7 +19,7 @@
 PKGCONFIG_OVERRIDE+=   lib/libfilezilla.pc.in
 
 # for C++17
-GCC_REQD+=     7
+GCC_REQD+=     8
 
 # As of 0.19, 64-bit atomic ops are required
 .if ${MACHINE_ARCH} == "i386"



Home | Main Index | Thread Index | Old Index