pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/filezilla Add GCC_REQD+=4.7 for C++11
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf3626bdda03
branches: trunk
changeset: 643001:cf3626bdda03
user: abs <abs%pkgsrc.org@localhost>
date: Tue Dec 09 13:29:19 2014 +0000
description:
Add GCC_REQD+=4.7 for C++11
diffstat:
net/filezilla/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f82c41bc9ed1 -r cf3626bdda03 net/filezilla/Makefile
--- a/net/filezilla/Makefile Tue Dec 09 13:26:40 2014 +0000
+++ b/net/filezilla/Makefile Tue Dec 09 13:29:19 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2014/10/07 16:47:32 adam Exp $
+# $NetBSD: Makefile,v 1.57 2014/12/09 13:29:19 abs Exp $
VERSION= 3.9.0.3
DISTNAME= FileZilla_${VERSION}_src
@@ -22,6 +22,9 @@
# avoid xdg-utils dependency
CONFIGURE_ENV+= ac_cv_path_xdgopen=firefox
+# GCC 4.7 is required to support C++11.
+GCC_REQD+= 4.7
+
.include "options.mk"
.include "../../databases/sqlite3/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index