pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/desktop-file-utils



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct 25 12:45:52 UTC 2020

Modified Files:
        pkgsrc/sysutils/desktop-file-utils: Makefile

Log Message:
desktop-file-utils: Needs a c11 compiler


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/sysutils/desktop-file-utils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/desktop-file-utils/Makefile
diff -u pkgsrc/sysutils/desktop-file-utils/Makefile:1.43 pkgsrc/sysutils/desktop-file-utils/Makefile:1.44
--- pkgsrc/sysutils/desktop-file-utils/Makefile:1.43    Tue Sep  1 10:21:55 2020
+++ pkgsrc/sysutils/desktop-file-utils/Makefile Sun Oct 25 12:45:52 2020
@@ -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/wi
 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