pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/hsetroot



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 09:04:06 UTC 2023

Modified Files:
        pkgsrc/x11/hsetroot: Makefile

Log Message:
hsetroot: Assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/hsetroot/Makefile

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

Modified files:

Index: pkgsrc/x11/hsetroot/Makefile
diff -u pkgsrc/x11/hsetroot/Makefile:1.29 pkgsrc/x11/hsetroot/Makefile:1.30
--- pkgsrc/x11/hsetroot/Makefile:1.29   Sun Jan 29 21:18:12 2023
+++ pkgsrc/x11/hsetroot/Makefile        Sun Jul  9 09:04:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2023/01/29 21:18:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2023/07/09 09:04:06 nia Exp $
 
 DISTNAME=      hsetroot-1.0.5
 PKGREVISION=   1
@@ -11,6 +11,8 @@ COMMENT=      Allows you to compose wallpaper
 LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=    gmake pkg-config
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--no-as-needed
 



Home | Main Index | Thread Index | Old Index