pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/lsof
Module Name: pkgsrc
Committed By: tnn
Date: Wed Sep 18 18:30:54 UTC 2019
Modified Files:
pkgsrc/sysutils/lsof: Makefile
Log Message:
lsof: needs -D__NAMECACHE_PRIVATE for "struct namecache" on -current
This only fixes the build, path names still seem to be somewhat broken.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/sysutils/lsof/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/lsof/Makefile
diff -u pkgsrc/sysutils/lsof/Makefile:1.134 pkgsrc/sysutils/lsof/Makefile:1.135
--- pkgsrc/sysutils/lsof/Makefile:1.134 Sun Aug 11 13:23:09 2019
+++ pkgsrc/sysutils/lsof/Makefile Wed Sep 18 18:30:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2019/08/11 13:23:09 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2019/09/18 18:30:54 tnn Exp $
DISTNAME= lsof_4.91
PKGNAME= ${DISTNAME:S/_/-/}
@@ -47,7 +47,7 @@ REAL_GROUP= ${REAL_ROOT_GROUP}
.if ${OPSYS} == "NetBSD"
REAL_GROUP= kmem
CONFIGURE_ENV+= NETBSD_SYS="${NETBSDSRCDIR}/sys"
-CPPFLAGS+= -D_KMEMUSER
+CPPFLAGS+= -D_KMEMUSER -D__NAMECACHE_PRIVATE
.elif ${OPSYS} == "FreeBSD"
BUILDLINK_PASSTHRU_DIRS+= /usr/src/sys
.elif ${OPSYS} == "SunOS"
Home |
Main Index |
Thread Index |
Old Index