1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Include the local header files before LOCALBASE/include, to avoid buildfailure

if bonobo is installed

PR:		151997
This commit is contained in:
Tilman Keskinoz 2010-11-18 11:33:49 +00:00
parent 309d07b77b
commit e1be4c82ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264759

View File

@ -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