summaryrefslogtreecommitdiff
path: root/mk/fuse.buildlink3.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2016-01-28 20:50:07 +0000
committertron <tron@pkgsrc.org>2016-01-28 20:50:07 +0000
commit0d177bd5197bc516c240d6e38bb4de06e6b79326 (patch)
tree707b7df0412d10f1e5c3ece65d03c04e90d701c9 /mk/fuse.buildlink3.mk
parent9bb9f22dbac2e63b7d2fdd7d5d96c64d458a7fa0 (diff)
downloadpkgsrc-0d177bd5197bc516c240d6e38bb4de06e6b79326.tar.gz
Deal with type hiding under NetBSD-current to e.g. fix the build
of e.g. the "fuse-ext2" package.
Diffstat (limited to 'mk/fuse.buildlink3.mk')
-rw-r--r--mk/fuse.buildlink3.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/fuse.buildlink3.mk b/mk/fuse.buildlink3.mk
index a9131043fbf..42e78cde999 100644
--- a/mk/fuse.buildlink3.mk
+++ b/mk/fuse.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: fuse.buildlink3.mk,v 1.18 2015/02/04 23:44:34 tnn Exp $
+# $NetBSD: fuse.buildlink3.mk,v 1.19 2016/01/28 20:50:07 tron Exp $
#
# Makefile fragment for packages using the FUSE framework.
#
@@ -53,6 +53,7 @@ PKG_FAIL_REASON+= "Couldn't find fuse headers, please install libfuse."
PKG_FAIL_REASON+= "Couldn't find fuse headers, please install librefuse."
. endif
+CFLAGS.NetBSD+= -D_KERNTYPES
LDFLAGS.DragonFly+= -lpuffs
. if !empty(USE_TOOLS:C/:.*//:Mpkg-config)