pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcompmgr



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Nov 16 21:59:13 UTC 2024

Modified Files:
        pkgsrc/x11/xcompmgr: Makefile

Log Message:
xcompmgr: necessary defines for reallocarray


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/xcompmgr/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/xcompmgr/Makefile
diff -u pkgsrc/x11/xcompmgr/Makefile:1.36 pkgsrc/x11/xcompmgr/Makefile:1.37
--- pkgsrc/x11/xcompmgr/Makefile:1.36   Wed Nov 13 08:08:56 2024
+++ pkgsrc/x11/xcompmgr/Makefile        Sat Nov 16 21:59:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/11/13 08:08:56 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2024/11/16 21:59:13 nia Exp $
 
 DISTNAME=      xcompmgr-1.1.10
 CATEGORIES=    x11
@@ -13,6 +13,9 @@ USE_TOOLS+=   pkg-config
 GNU_CONFIGURE= yes
 USE_FEATURES=  getopt_long
 
+# reallocarray
+CFLAGS.NetBSD+=        -D_NETBSD_SOURCE -D_OPENBSD_SOURCE
+
 ### XXX You may play around with these if you like; they're simply
 ###    the #defines from xcompmgr.c placed here for your convenience.
 #



Home | Main Index | Thread Index | Old Index