summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/conky/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index b8479729fcb..b71d9eb80ce 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/01/26 21:38:50 adam Exp $
+# $NetBSD: Makefile,v 1.9 2013/01/26 22:07:31 wiz Exp $
#
DISTNAME= conky-1.9.0
@@ -28,6 +28,10 @@ CONF_FILES+= ${EGDIR}/conky_no_x11.conf ${PKG_SYSCONFDIR}/conky/conky_no_x11.con
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD"
+CPPFLAGS+= -D_KMEMUSER
+.endif
+
# conky segfaults on system's curses
PREFER_PKGSRC+= ncurses