mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- The build process invokes fontforge, which creates $HOME/.FontForge. Let's
set HOME=${WRKDIR} to avoid polluting /root on the build clusters. Suggested by: swills
This commit is contained in:
parent
ce3290df4c
commit
a2609e41fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358006
@ -60,7 +60,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts \
|
||||
--with-python-include=${PYTHON_INCLUDEDIR}
|
||||
CONFIGURE_ENV+= ac_cv_prog_MAKEINFO="${LOCALBASE}/bin/makeinfo" \
|
||||
FLEX=${FLEX} YACC=${YACC}
|
||||
FLEX=${FLEX} YACC=${YACC} HOME=${WRKDIR}
|
||||
|
||||
ALL_TARGET= all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user