diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2023-05-09 11:36:42 +0200 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2023-05-09 11:38:28 +0200 |
commit | 86768eb343516fd78f87ae149bbd2a636c79be24 (patch) | |
tree | 9ee3be1cf9b33d078a9e39fc6ff9fc981508070e /mail/mailpit/files/patch-esbuild.config.mjs | |
parent | audio/hvl2wav: Deprecate abandonware (diff) |
mail/mailpit: Update to 1.6.9
- Added further patch to make it compile on all architectures.
Diffstat (limited to 'mail/mailpit/files/patch-esbuild.config.mjs')
-rw-r--r-- | mail/mailpit/files/patch-esbuild.config.mjs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/mailpit/files/patch-esbuild.config.mjs b/mail/mailpit/files/patch-esbuild.config.mjs new file mode 100644 index 000000000000..1acb3999042f --- /dev/null +++ b/mail/mailpit/files/patch-esbuild.config.mjs @@ -0,0 +1,8 @@ +--- esbuild.config.mjs.orig 2023-05-09 05:17:58 UTC ++++ esbuild.config.mjs +@@ -1,4 +1,4 @@ +-import * as esbuild from 'esbuild' ++import * as esbuild from 'esbuild-wasm' + import pluginVue from 'esbuild-plugin-vue-next' + import { sassPlugin } from 'esbuild-sass-plugin' + |