aboutsummaryrefslogtreecommitdiff
path: root/ports/cmark/rename-shared-lib.patch
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-09-16 05:12:57 +0800
committerGitHub <noreply@github.com>2021-09-15 14:12:57 -0700
commit790418c9037196ef499b642decc2cd880e15db30 (patch)
tree9728de5c10cf78fa873c13216e4b42c664239c03 /ports/cmark/rename-shared-lib.patch
parentd95314bccccd95a0b24904961ece7c7be54529a0 (diff)
downloadvcpkg-790418c9037196ef499b642decc2cd880e15db30.tar.gz
vcpkg-790418c9037196ef499b642decc2cd880e15db30.zip
[cmark] update to 0.30.1 (#18938)
* [cmark] update to 0.30.0 * update version * update portfile.cmake * update version * add patch * update version * fix-uwp-APPX0703 * update version * [cmark] update to 0.30.1 * update version * update portfile.cmake * update version * update version * Add feature tools * version stuff * Add feature tools and remove the old unnecessary patch * version * delete outdate option * update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/cmark/rename-shared-lib.patch')
-rw-r--r--ports/cmark/rename-shared-lib.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/cmark/rename-shared-lib.patch b/ports/cmark/rename-shared-lib.patch
deleted file mode 100644
index 79439aae1..000000000
--- a/ports/cmark/rename-shared-lib.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index d5a1936..acff569 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -83,7 +83,6 @@ if (CMARK_SHARED)
- add_library(${LIBRARY} SHARED ${LIBRARY_SOURCES})
- # Include minor version and patch level in soname for now.
- set_target_properties(${LIBRARY} PROPERTIES
-- OUTPUT_NAME "cmark"
- SOVERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}
- VERSION ${PROJECT_VERSION})
-