diff options
| author | Neil McNeight <mcneight+github@gmail.com> | 2018-10-17 13:46:46 -0500 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-17 11:46:46 -0700 |
| commit | 82eb85df4198ed1f608c5cc51cb962f7eab38dca (patch) | |
| tree | 3788139a9d3887105301e07efcc1524324273e1b /ports/libyaml/0001-fix-version.patch | |
| parent | 3d12e5ca72d948121463beec6e48290877684471 (diff) | |
| download | vcpkg-82eb85df4198ed1f608c5cc51cb962f7eab38dca.tar.gz vcpkg-82eb85df4198ed1f608c5cc51cb962f7eab38dca.zip | |
[libyaml] Add new port for libyaml v0.2.1 (#4484)
* [libyaml] Add new port for libyaml v0.2.1
* [libyaml] Cleanup
Diffstat (limited to 'ports/libyaml/0001-fix-version.patch')
| -rw-r--r-- | ports/libyaml/0001-fix-version.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/libyaml/0001-fix-version.patch b/ports/libyaml/0001-fix-version.patch new file mode 100644 index 000000000..c2a59d30f --- /dev/null +++ b/ports/libyaml/0001-fix-version.patch @@ -0,0 +1,15 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1abdd77..60a6b44 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.0)
+ project (yaml C)
+
+ set (YAML_VERSION_MAJOR 0)
+-set (YAML_VERSION_MINOR 1)
+-set (YAML_VERSION_PATCH 7)
++set (YAML_VERSION_MINOR 2)
++set (YAML_VERSION_PATCH 1)
+ set (YAML_VERSION_STRING "${YAML_VERSION_MAJOR}.${YAML_VERSION_MINOR}.${YAML_VERSION_PATCH}")
+
+ option(BUILD_SHARED_LIBS "Build libyaml as a shared library" OFF)
|
