pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/rxvt



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Aug  8 20:33:33 UTC 2021

Modified Files:
        pkgsrc/x11/rxvt: Makefile

Log Message:
rxvt: define _NETBSD_SOURCE


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/x11/rxvt/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/rxvt/Makefile
diff -u pkgsrc/x11/rxvt/Makefile:1.62 pkgsrc/x11/rxvt/Makefile:1.63
--- pkgsrc/x11/rxvt/Makefile:1.62       Sat Oct 10 08:26:56 2020
+++ pkgsrc/x11/rxvt/Makefile    Sun Aug  8 20:33:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2020/10/10 08:26:56 nia Exp $
+# $NetBSD: Makefile,v 1.63 2021/08/08 20:33:33 nia Exp $
 
 DISTNAME=              rxvt-2.7.10
 PKGREVISION=           8
@@ -47,6 +47,9 @@ SPECIAL_PERMS=        ${PREFIX}/bin/rxvt ${SETU
 
 CFLAGS.SunOS+= -DSunOS
 
+# Make sure _NETBSD_SOURCE is defined for updlastlogx
+CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
+
 post-patch:
        ${MV} ${WRKSRC}/src/feature.h  ${WRKSRC}/src/feature.h.orig
        ${SED} < ${WRKSRC}/src/feature.h.orig > ${WRKSRC}/src/feature.h \



Home | Main Index | Thread Index | Old Index