diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-01 20:16:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-01 20:16:33 +0000 |
commit | eb7fa134b0afeda05494f0568bd236a6934642d1 (patch) | |
tree | 9f95cb734a842a20d99e3c005f19f295a018cfcf /filesystems/libntfs | |
parent | 0702f83b4c7cfdb3af46873b09b3d6f9e525dba6 (diff) | |
download | pkgsrc-eb7fa134b0afeda05494f0568bd236a6934642d1.tar.gz |
Request kernel types on NetBSD.
Diffstat (limited to 'filesystems/libntfs')
-rw-r--r-- | filesystems/libntfs/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/filesystems/libntfs/Makefile.common b/filesystems/libntfs/Makefile.common index 3883dbe9f6b..bb41f916c49 100644 --- a/filesystems/libntfs/Makefile.common +++ b/filesystems/libntfs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2015/11/10 17:45:22 adam Exp $ +# $NetBSD: Makefile.common,v 1.3 2016/03/01 20:16:33 joerg Exp $ # used by filesystems/fuse-ntfs-3g/Makefile # used by sysutils/ntfsprogs/Makefile @@ -19,3 +19,5 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-posix-acls CONFIGURE_ARGS+= --enable-xattr-mappings + +CPPFLAGS.NetBSD+= -D_KERNTYPES |