mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:12:47 +08:00
parent
5c65160378
commit
692304eda9
@ -12,6 +12,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
|
|||||||
PATCHES
|
PATCHES
|
||||||
use-vcpkg-expat.patch
|
use-vcpkg-expat.patch
|
||||||
apr.patch
|
apr.patch
|
||||||
|
unglue.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||||
|
17
ports/apr-util/unglue.patch
Normal file
17
ports/apr-util/unglue.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
diff --git a/include/apu_version.h b/include/apu_version.h
|
||||||
|
index e4fb2e64e..c6addf142 100644
|
||||||
|
--- a/include/apu_version.h
|
||||||
|
+++ b/include/apu_version.h
|
||||||
|
@@ -98,9 +98,9 @@
|
||||||
|
|
||||||
|
/** An alternative formatted string of APR's version */
|
||||||
|
/* macro for Win32 .rc files using numeric csv representation */
|
||||||
|
-#define APU_VERSION_STRING_CSV APU_MAJOR_VERSION ##, \
|
||||||
|
- ##APU_MINOR_VERSION ##, \
|
||||||
|
- ##APU_PATCH_VERSION
|
||||||
|
+#define APU_VERSION_STRING_CSV APU_MAJOR_VERSION , \
|
||||||
|
+ APU_MINOR_VERSION , \
|
||||||
|
+ APU_PATCH_VERSION
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef APU_VERSION_ONLY
|
@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "apr-util",
|
"name": "apr-util",
|
||||||
"version": "1.6.1",
|
"version": "1.6.1",
|
||||||
"port-version": 7,
|
"port-version": 8,
|
||||||
"description": "Apache Portable Runtime (APR) project mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementation",
|
"description": "Apache Portable Runtime (APR) project mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementation",
|
||||||
"homepage": "https://apr.apache.org/",
|
"homepage": "https://apr.apache.org/",
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"apr",
|
"apr",
|
||||||
"expat",
|
"expat",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "e11acd0b01edac0a064893b89bd9eb2d976f4371",
|
||||||
|
"version": "1.6.1",
|
||||||
|
"port-version": 8
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "d758cde4c829f6c3a66a773d517f9e9425227629",
|
"git-tree": "d758cde4c829f6c3a66a773d517f9e9425227629",
|
||||||
"version": "1.6.1",
|
"version": "1.6.1",
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
},
|
},
|
||||||
"apr-util": {
|
"apr-util": {
|
||||||
"baseline": "1.6.1",
|
"baseline": "1.6.1",
|
||||||
"port-version": 7
|
"port-version": 8
|
||||||
},
|
},
|
||||||
"apsi": {
|
"apsi": {
|
||||||
"baseline": "0.8.2",
|
"baseline": "0.8.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user