pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/zenity



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Dec 16 11:12:54 UTC 2024

Modified Files:
        pkgsrc/x11/zenity: Makefile

Log Message:
zenity: SunOS needs __EXTENSIONS__.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/x11/zenity/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/zenity/Makefile
diff -u pkgsrc/x11/zenity/Makefile:1.121 pkgsrc/x11/zenity/Makefile:1.122
--- pkgsrc/x11/zenity/Makefile:1.121    Thu Nov 14 22:22:33 2024
+++ pkgsrc/x11/zenity/Makefile  Mon Dec 16 11:12:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2024/11/14 22:22:33 wiz Exp $
+# $NetBSD: Makefile,v 1.122 2024/12/16 11:12:54 jperkin Exp $
 
 DISTNAME=      zenity-4.0.1
 PKGREVISION=   3
@@ -20,6 +20,8 @@ USE_TOOLS+=           itstool msgfmt pkg-config
 # "error: 'for' loop initial declarations are only allowed in C99 mode"
 FORCE_C_STD=           c99
 
+CPPFLAGS.SunOS+=       -D__EXTENSIONS__
+
 .include "../../devel/meson/build.mk"
 
 .include "../../x11/gtk4/buildlink3.mk"



Home | Main Index | Thread Index | Old Index