diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-09-18 20:24:50 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-09-18 20:24:50 +0800 |
commit | 415768705ae9218a1e2b9f88a5f8f2b7ba4e004e (patch) | |
tree | 4913d82e05946fc52b38811c58600b3487fdf113 /games-rpg/megapahit/files/megapahit-7.2.2-discord_sdk.patch | |
parent | af106e64b4c66277eb77e72196ce34352ade7be0 (diff) |
Diffstat (limited to 'games-rpg/megapahit/files/megapahit-7.2.2-discord_sdk.patch')
-rw-r--r-- | games-rpg/megapahit/files/megapahit-7.2.2-discord_sdk.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-rpg/megapahit/files/megapahit-7.2.2-discord_sdk.patch b/games-rpg/megapahit/files/megapahit-7.2.2-discord_sdk.patch new file mode 100644 index 0000000..c92ea0d --- /dev/null +++ b/games-rpg/megapahit/files/megapahit-7.2.2-discord_sdk.patch @@ -0,0 +1,11 @@ +--- viewer/indra/cmake/Discord.cmake.orig 2025-07-20 19:39:36.291295755 +0800 ++++ viewer/indra/cmake/Discord.cmake 2025-07-20 19:39:46.854182818 +0800 +@@ -5,7 +5,7 @@ + + if (${PREBUILD_TRACKING_DIR}/sentinel_installed IS_NEWER_THAN ${PREBUILD_TRACKING_DIR}/discord_installed OR NOT ${discord_installed} EQUAL 0) + file(ARCHIVE_EXTRACT +- INPUT $ENV{HOME}/Downloads/DiscordSocialSdk-1.4.9649.zip ++ INPUT /var/cache/distfiles/DiscordSocialSdk-1.4.9649.zip + DESTINATION ${CMAKE_BINARY_DIR} + ) + file( |