Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ports/woff2/0002-stdint-include.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/include/woff2/output.h b/include/woff2/output.h
index dc78ccf..b12d538 100644
--- a/include/woff2/output.h
+++ b/include/woff2/output.h
@@ -9,6 +9,8 @@
#ifndef WOFF2_WOFF2_OUT_H_
#define WOFF2_WOFF2_OUT_H_

+#include <stdint.h>
+
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upstream PR: google/woff2#176.

#include <algorithm>
#include <cstring>
#include <memory>
1 change: 1 addition & 0 deletions ports/woff2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ vcpkg_from_github(
HEAD_REF master
PATCHES
0001-unofficial-brotli.patch
0002-stdint-include.patch
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/woff2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woff2",
"version": "1.0.2",
"port-version": 4,
"port-version": 5,
"description": "font compression reference code",
"dependencies": [
"brotli",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -10038,7 +10038,7 @@
},
"woff2": {
"baseline": "1.0.2",
"port-version": 4
"port-version": 5
},
"wolf-midi": {
"baseline": "1.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/woff2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5a12f112e02313670c8e24d72d72a83ce74521b4",
"version": "1.0.2",
"port-version": 5
},
{
"git-tree": "fbd2207ad0ad1e7e52b421b86f96deff9ed7ec65",
"version": "1.0.2",
Expand Down
Loading