summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2016-03-01 20:18:23 +0000
committerjoerg <joerg>2016-03-01 20:18:23 +0000
commit8883a1dc164af3328ff67a61642ad1f5486e57f3 (patch)
treeda35a225a9829c17c67422798fa0323bcabc6cf1 /devel
parentb064c1783166234ee0b6e11da79baebf9cf23ef4 (diff)
downloadpkgsrc-8883a1dc164af3328ff67a61642ad1f5486e57f3.tar.gz
Needs kernel types on NetBSD.
Diffstat (limited to 'devel')
-rw-r--r--devel/libstatgrab/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile
index de57ce0fec7..53d12fc65e9 100644
--- a/devel/libstatgrab/Makefile
+++ b/devel/libstatgrab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2015/08/20 17:13:47 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2016/03/01 20:18:23 joerg Exp $
DISTNAME= libstatgrab-0.91
CATEGORIES= devel
@@ -15,6 +15,8 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
.include "options.mk"
+CPPFLAGS.NetBSD+= -D_KERNTYPES
+
USE_TOOLS+= pkg-config perl:run
USE_LANGUAGES= c c++