mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
seabios: fix failure to find python
The failure has been reported by the automatic builders: http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/412304/logs/errors/seabios-1.9.1.log This is because SeaBIOS doesn't have a configure phase and the paths of the required build tools need to be passed to the make command when building. Approved by: bapt Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D5804
This commit is contained in:
parent
1fc33e5d96
commit
ca81f0eb42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412335
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ LICENSE= LGPL3
|
|||
|
||||
USES= gmake python:build
|
||||
|
||||
MAKE_ARGS= HOSTCC="${CC}" LD32BIT_FLAG="-melf_i386_fbsd"
|
||||
MAKE_ARGS= HOSTCC="${CC}" LD32BIT_FLAG="-melf_i386_fbsd" \
|
||||
PYTHON="${PYTHON_CMD}"
|
||||
USE_GCC= yes
|
||||
|
||||
EXTRA_PATCHES= ${FILESDIR}/0001-build-fix-.text-section-address-alignment.patch:-p1
|
||||
|
|
Loading…
Add table
Reference in a new issue