Work around the assumption that openat() implies the existence of
fdopendir(). FreeBSD 8 has the former, but not the latter. PR: 122433 Approved by: trasz
This commit is contained in:
parent
83c1430c83
commit
61e5dec359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211123
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
# GNU assumes that openat() implies the existence of fdopendir(),
|
||||
# which does not hold true on FreeBSD 8.
|
||||
CONFIGURE_ENV+= ac_cv_func_openat=no
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 3.4+
|
||||
|
||||
|
|
Loading…
Reference in a new issue