pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libfilezilla libfilezilla requires C++14, thus GCC...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f7e989daad6
branches: trunk
changeset: 350877:0f7e989daad6
user: maya <maya%pkgsrc.org@localhost>
date: Sun Aug 07 17:53:19 2016 +0000
description:
libfilezilla requires C++14, thus GCC 4.9.
PR pkg/51394
diffstat:
net/libfilezilla/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 792a3a787480 -r 0f7e989daad6 net/libfilezilla/Makefile
--- a/net/libfilezilla/Makefile Sun Aug 07 16:06:24 2016 +0000
+++ b/net/libfilezilla/Makefile Sun Aug 07 17:53:19 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/07/21 17:16:17 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/08/07 17:53:19 maya Exp $
DISTNAME= libfilezilla-0.5.3
PKGREVISION= 1
@@ -17,4 +17,7 @@
PKGCONFIG_OVERRIDE+= lib/libfilezilla.pc.in
+# GCC 4.9 is reuqired to support C++14
+GCC_REQD+= 4.9
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index