diff options
author | joerg <joerg> | 2013-03-03 01:09:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-03-03 01:09:55 +0000 |
commit | 440c7c37f1b31ca1d25af1ec9ab408a242e7442c (patch) | |
tree | 2a527063aaf6d3c64cd542c6ef9273f74a2f71bd /sysutils | |
parent | f46fb27848b6f125673fd57afd178f86c0e2bbad (diff) | |
download | pkgsrc-440c7c37f1b31ca1d25af1ec9ab408a242e7442c.tar.gz |
Requires _KMEMUSER on NetBSD/current.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/monit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index bb6be99d4b5..cc998667945 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/03/02 10:44:43 tron Exp $ +# $NetBSD: Makefile,v 1.11 2013/03/03 01:09:55 joerg Exp $ # DISTNAME= monit-4.10.1 @@ -56,6 +56,8 @@ SUBST_FILES.monit= monitrc SUBST_SED.monit= -e "s|^\# *set *daemon|set daemon|" SUBST_SED.monit+= -e "s|include */etc/monit.d|include ${PKG_SYSCONFDIR}/monit.d|" +CPPFLAGS.NetBSD+= -D_KMEMUSER + post-extract: cd ${WRKSRC}/contrib && gzcat monit-OSX-startup.tar.gz | pax -r |