diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-01 20:18:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-01 20:18:23 +0000 |
commit | 99d4f05276541d3f798797b6137e111eeddd8c51 (patch) | |
tree | da35a225a9829c17c67422798fa0323bcabc6cf1 /devel/libstatgrab | |
parent | 56ab58b3cc20e3493b051e9f2c40723c6d673462 (diff) | |
download | pkgsrc-99d4f05276541d3f798797b6137e111eeddd8c51.tar.gz |
Needs kernel types on NetBSD.
Diffstat (limited to 'devel/libstatgrab')
-rw-r--r-- | devel/libstatgrab/Makefile | 4 |
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++ |