aboutsummaryrefslogtreecommitdiff
path: root/ports/yaml-cpp/CONTROL
diff options
context:
space:
mode:
authorJafar Abdi <cafer.abdi@gmail.com>2021-06-10 21:26:29 +0300
committerGitHub <noreply@github.com>2021-06-10 11:26:29 -0700
commit805a02fe990f194af59cdaca61817d31b56506c6 (patch)
treea94e251abab021a6bb0475c9ef082f587794493e /ports/yaml-cpp/CONTROL
parent6982e51269de3333478f3dc24dc9ed2e7b9e8ca2 (diff)
downloadvcpkg-805a02fe990f194af59cdaca61817d31b56506c6.tar.gz
vcpkg-805a02fe990f194af59cdaca61817d31b56506c6.zip
[yaml-cpp] Fix visibility attribute for ubuntu (#17728)
* Replace YAML_CPP_DLL with 1 iff the library is build as shared library & target is windows * Update port version * Run x-add-version
Diffstat (limited to 'ports/yaml-cpp/CONTROL')
-rw-r--r--ports/yaml-cpp/CONTROL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/yaml-cpp/CONTROL b/ports/yaml-cpp/CONTROL
index bbd8056b2..54a1c8dc0 100644
--- a/ports/yaml-cpp/CONTROL
+++ b/ports/yaml-cpp/CONTROL
@@ -1,4 +1,5 @@
Source: yaml-cpp
Version: 0.6.3
+Port-Version: 1
Homepage: https://github.com/jbeder/yaml-cpp
Description: yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.