pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/desktop-file-utils desktop-file-utils: Needs ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f23d60eb2b5
branches:  trunk
changeset: 441069:4f23d60eb2b5
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 25 12:45:52 2020 +0000

description:
desktop-file-utils: Needs a c11 compiler

diffstat:

 sysutils/desktop-file-utils/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 682e437df669 -r 4f23d60eb2b5 sysutils/desktop-file-utils/Makefile
--- a/sysutils/desktop-file-utils/Makefile      Sun Oct 25 12:43:45 2020 +0000
+++ b/sysutils/desktop-file-utils/Makefile      Sun Oct 25 12:45:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/09/01 10:21:55 schmonz Exp $
+# $NetBSD: Makefile,v 1.44 2020/10/25 12:45:52 nia Exp $
 
 DISTNAME=      desktop-file-utils-0.26
 CATEGORIES=    sysutils gnome
@@ -10,6 +10,9 @@
 COMMENT=       Utilities to manage desktop entries
 LICENSE=       gnu-gpl-v2
 
+# cc1: error: unrecognized command line option "-std=gnu11"
+GCC_REQD+=     4.7
+
 USE_TOOLS+=            pkg-config
 
 LDFLAGS.SunOS+=                -lintl



Home | Main Index | Thread Index | Old Index