aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Pau Monné <royger@FreeBSD.org>2016-04-01 12:01:38 +0000
committerRoger Pau Monné <royger@FreeBSD.org>2016-04-01 12:01:38 +0000
commitca81f0eb42f3760b6430e72c8ae0433d8776116e (patch)
tree84cc10ffadd212e4887d7b2e715be0b1e577670d
parent1fc33e5d96133d5064c7fadc6b195db871d6dc9b (diff)
downloadports-ca81f0eb42f3760b6430e72c8ae0433d8776116e.tar.gz
ports-ca81f0eb42f3760b6430e72c8ae0433d8776116e.zip
Notes
-rw-r--r--misc/seabios/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/seabios/Makefile b/misc/seabios/Makefile
index 5bd8e0939a3d..a117b41d538b 100644
--- a/misc/seabios/Makefile
+++ b/misc/seabios/Makefile
@@ -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