Skip to content

Commit

Permalink
[freerdp] no absolute paths (microsoft#22335)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 6, 2022
1 parent 98b9ea0 commit c9b9ea8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ports/freerdp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,7 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include"


vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel" ".")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_PACKAGES_DIR}/" "")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/freerdp/build-config.h" "${CURRENT_PACKAGES_DIR}" "")

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
2 changes: 1 addition & 1 deletion ports/freerdp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "freerdp",
"version": "2.4.0",
"port-version": 2,
"port-version": 3,
"description": "A free implementation of the Remote Desktop Protocol (RDP)",
"homepage": "https://github.com/FreeRDP/FreeRDP",
"supports": "!(arm | uwp)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@
},
"freerdp": {
"baseline": "2.4.0",
"port-version": 2
"port-version": 3
},
"freetds": {
"baseline": "1.2.11",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/freerdp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e2fdb84a883ddea3d2dd68e8cc1faea98e991e83",
"version": "2.4.0",
"port-version": 3
},
{
"git-tree": "ff0fd25e52b0e89c620968aa07fca66a086957c7",
"version": "2.4.0",
Expand Down

0 comments on commit c9b9ea8

Please sign in to comment.