pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/i3status



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 14 15:20:13 UTC 2024

Modified Files:
        pkgsrc/sysutils/i3status: Makefile

Log Message:
i3status: Define __EXTENSIONS__ to get prototypes on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/i3status/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/i3status/Makefile
diff -u pkgsrc/sysutils/i3status/Makefile:1.27 pkgsrc/sysutils/i3status/Makefile:1.28
--- pkgsrc/sysutils/i3status/Makefile:1.27      Tue Jan 30 14:22:32 2024
+++ pkgsrc/sysutils/i3status/Makefile   Mon Oct 14 15:20:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/01/30 14:22:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2024/10/14 15:20:13 nia Exp $
 
 DISTNAME=      i3status-2.14
 PKGREVISION=   5
@@ -16,6 +16,8 @@ TOOL_DEPENDS+=        xmlto-[0-9]*:../../textpr
 
 USE_TOOLS+=    pkg-config bash perl
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 INSTALLATION_DIRS=     share/examples/${PKGBASE}
 
 CONF_FILES=    ${PREFIX}/share/examples/${PKGBASE}/i3status.conf \



Home | Main Index | Thread Index | Old Index