diff options
author | Moonchild <moonchild@palemoon.org> | 2022-11-12 18:34:07 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-11-12 18:34:07 +0000 |
commit | 31308126938487207d675825f04f265f37b3d4fa (patch) | |
tree | 59c0cb6fc945af9ff7264c472f8c3116d4c0eee3 /media/libjxl/patch.sh | |
parent | 71ae69aea85ec8ddb9bf7baa93ae3926990a3693 (diff) | |
parent | fb0c204f2b59485e796b93ce89f73af552b05c2b (diff) | |
download | uxp-31308126938487207d675825f04f265f37b3d4fa.tar.gz |
Merge branch 'master' into release
Diffstat (limited to 'media/libjxl/patch.sh')
-rwxr-xr-x | media/libjxl/patch.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libjxl/patch.sh b/media/libjxl/patch.sh new file mode 100755 index 0000000000..fa95ac32c7 --- /dev/null +++ b/media/libjxl/patch.sh @@ -0,0 +1,2 @@ +#!/bin/sh +patch -p1 < mcp-deprecatedchange.patch |