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.vars | 9 +++++++++ vars/nasm_host.vars | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 vars/nasm.vars create mode 100644 vars/nasm_host.vars (limited to 'vars') diff --git a/vars/nasm.vars b/vars/nasm.vars new file mode 100644 index 00000000..caaa38cc --- /dev/null +++ b/vars/nasm.vars @@ -0,0 +1,9 @@ +# +# set +o errexit -o noglob -o nounset is assumed. +# + +pkg_nasm_build_pre() { + mkdir include +}; + +# vim:filetype=sh textwidth=0 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