pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/lsof Fix build problem caused by tmpfs change...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecf7d9521d89
branches:  trunk
changeset: 589980:ecf7d9521d89
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Jun 20 10:19:54 2011 +0000

description:
Fix build problem caused by tmpfs changes in NetBSD-current.

diffstat:

 sysutils/lsof/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 89abdc0901a6 -r ecf7d9521d89 sysutils/lsof/Makefile
--- a/sysutils/lsof/Makefile    Mon Jun 20 09:30:03 2011 +0000
+++ b/sysutils/lsof/Makefile    Mon Jun 20 10:19:54 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2011/03/21 00:22:02 jym Exp $
+# $NetBSD: Makefile,v 1.110 2011/06/20 10:19:54 tron Exp $
 
 DISTNAME=              lsof_4.83
 PKGNAME=               ${DISTNAME:S/_/-/}
@@ -59,6 +59,7 @@
 .if ${OPSYS} == "NetBSD"
 REAL_GROUP=            kmem
 CONFIGURE_ENV+=                NETBSD_SYS="${NETBSDSRCDIR}/sys"
+CPPFLAGS+=             -D_KMEMUSER
 .elif ${OPSYS} == "FreeBSD"
 BUILDLINK_PASSTHRU_DIRS+=      /usr/src/sys
 .elif ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index