From 343f39d8799670aaa4cca72e7395bb1044a67620 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 1 Jan 2024 09:16:59 +0000 Subject: nasm: upgrade to v2.16.01, update patch and build accordingly. --- vars/nasm_host.vars | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vars/nasm_host.vars (limited to 'vars/nasm_host.vars') diff --git a/vars/nasm_host.vars b/vars/nasm_host.vars new file mode 100644 index 00000000..25e536e2 --- /dev/null +++ b/vars/nasm_host.vars @@ -0,0 +1,9 @@ +# +# set +o errexit -o noglob -o nounset is assumed. +# + +pkg_nasm_host_build_pre() { + mkdir include +}; + +# vim:filetype=sh textwidth=0 -- cgit v1.2.3