mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Include the local header files before LOCALBASE/include, to avoid buildfailure
if bonobo is installed PR: 151997
This commit is contained in:
parent
309d07b77b
commit
e1be4c82ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264759
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue