mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- This installs libffi files into different directory on 7.x than on 6.x.
Might be a viable option to disable libffi, it's already disabled on !i386. Mark BROKEN for now.
This commit is contained in:
parent
9eb7edc899
commit
086c4eec62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204292
@ -61,6 +61,10 @@ CONFIGURE_ARGS+= --without-libffi \
|
||||
PLIST_SUB= I386="@comment "
|
||||
.else
|
||||
PLIST_SUB= I386=""
|
||||
|
||||
.if ${OSVERSION} >= 700000
|
||||
BROKEN= Bad plist
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-everything::
|
||||
|
Loading…
Reference in New Issue
Block a user