summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-10-25 12:45:52 +0000
committernia <nia@pkgsrc.org>2020-10-25 12:45:52 +0000
commit7f4040d22032d0989c4d2336f084f588981caf67 (patch)
tree8befbd8b20131b5d2eba83f614856ab2fcbd3613
parent1c1e127bf258cb592c3df4fb3e7aa70ac6b5496e (diff)
downloadpkgsrc-7f4040d22032d0989c4d2336f084f588981caf67.tar.gz
desktop-file-utils: Needs a c11 compiler
-rw-r--r--sysutils/desktop-file-utils/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/desktop-file-utils/Makefile b/sysutils/desktop-file-utils/Makefile
index 31a22646e17..3083ea0b033 100644
--- a/sysutils/desktop-file-utils/Makefile
+++ b/sysutils/desktop-file-utils/Makefile
@@ -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 @@ HOMEPAGE= https://www.freedesktop.org/wiki/Software/desktop-file-utils
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