summaryrefslogtreecommitdiff
path: root/sysutils/whowatch
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-01-11 00:06:53 +0000
committerjoerg <joerg@pkgsrc.org>2013-01-11 00:06:53 +0000
commit28bdc9874de5525c3ecfe7a53faca52fee7dad65 (patch)
treeaaa231804b5804d3865e5375841ec937887c6f96 /sysutils/whowatch
parente642587d0b94430b37257e0827344f9ac7ceb291 (diff)
downloadpkgsrc-28bdc9874de5525c3ecfe7a53faca52fee7dad65.tar.gz
Explicitly tell the system headers that this wants to mook with KVM.
Diffstat (limited to 'sysutils/whowatch')
-rw-r--r--sysutils/whowatch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile
index 2bc0d0a39c4..f5824b9a6ef 100644
--- a/sysutils/whowatch/Makefile
+++ b/sysutils/whowatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/10/23 19:51:34 asau Exp $
+# $NetBSD: Makefile,v 1.17 2013/01/11 00:06:53 joerg Exp $
#
DISTNAME= whowatch-1.4
@@ -17,5 +17,7 @@ INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
INSTALL_MAKE_FLAGS+= bindir=${DESTDIR}${PREFIX}/bin \
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
+CFLAGS.NetBSD+= -D_KMEMUSER
+
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"