diff options
author | arved <arved@FreeBSD.org> | 2010-11-18 19:33:49 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-11-18 19:33:49 +0800 |
commit | f79ed8ac9223e674df9242e2baf5876a3f203632 (patch) | |
tree | b4d1e46aa5c31909b9a9f638023d54c7e1c1d454 /sysutils | |
parent | 2dc5c5bc315a13dc6a11853fcebd1089a9188852 (diff) | |
download | freebsd-ports-gnome-f79ed8ac9223e674df9242e2baf5876a3f203632.tar.gz freebsd-ports-gnome-f79ed8ac9223e674df9242e2baf5876a3f203632.tar.zst freebsd-ports-gnome-f79ed8ac9223e674df9242e2baf5876a3f203632.zip |
Include the local header files before LOCALBASE/include, to avoid buildfailure
if bonobo is installed
PR: 151997
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 3 |
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 |