summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ntfs
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-11-18 11:33:49 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-11-18 11:33:49 +0000
commite1be4c82ad30f613546fc72e0c7005e725aec16c (patch)
treea49514d3593087b3e828705985907ad529b0b6be /sysutils/fusefs-ntfs
parent- Switch to SHA256 checksums (diff)
Include the local header files before LOCALBASE/include, to avoid buildfailure
if bonobo is installed PR: 151997
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r--sysutils/fusefs-ntfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile
index b8d008c494a1..8e55fc61a0d5 100644
--- a/sysutils/fusefs-ntfs/Makefile
+++ b/sysutils/fusefs-ntfs/Makefile
@@ -24,7 +24,8 @@ USE_AUTOTOOLS= libtool:22
USE_ICONV= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \
--disable-mtab --with-fuse=external
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
OPTIONS= LOCK "Lock the device when mounting (avoids access)" on \
UBLIO "Enable user space cache for improved speed" on