pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/i3
Module Name: pkgsrc
Committed By: nia
Date: Mon Nov 6 11:11:44 UTC 2023
Modified Files:
pkgsrc/wm/i3: Makefile
Log Message:
i3: Define __EXTENSIONS__ on illumos to gain access to various string
functions.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/wm/i3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/i3/Makefile
diff -u pkgsrc/wm/i3/Makefile:1.55 pkgsrc/wm/i3/Makefile:1.56
--- pkgsrc/wm/i3/Makefile:1.55 Fri Nov 3 08:31:40 2023
+++ pkgsrc/wm/i3/Makefile Mon Nov 6 11:11:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2023/11/03 08:31:40 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2023/11/06 11:11:44 nia Exp $
DISTNAME= i3-4.23
CATEGORIES= wm
@@ -14,6 +14,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= bash pkg-config perl:run
USE_LANGUAGES= c99
+CFLAGS.SunOS+= -D__EXTENSIONS__
LDFLAGS.SunOS+= -lgen -lsocket
EGDIR= ${PREFIX}/share/examples/i3
Home |
Main Index |
Thread Index |
Old Index