diff options
author | David Seifert <soap@gentoo.org> | 2022-10-30 12:12:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-10-30 12:12:45 +0100 |
commit | 63ed4f5f4277aac7ddc7629405151115b612e3e7 (patch) | |
tree | d8cf87c8d7cc8df9da5e0e6a082292ba4be62ea3 /games-strategy | |
parent | dev-ruby/capistrano: [QA] use git-format-patch style patches (diff) | |
download | gentoo-63ed4f5f4277aac7ddc7629405151115b612e3e7.tar.gz gentoo-63ed4f5f4277aac7ddc7629405151115b612e3e7.tar.bz2 gentoo-63ed4f5f4277aac7ddc7629405151115b612e3e7.zip |
games-strategy/megaglest: [QA] use git-format-patch style patches
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch b/games-strategy/megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch index a793c122b210..b0275156bda1 100644 --- a/games-strategy/megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch +++ b/games-strategy/megaglest/files/megaglest-3.11.1-miniupnpc-api-version-16.patch @@ -1,7 +1,7 @@ https://github.com/MegaGlest/megaglest-source/commit/a85d12aed1983eb69d630b431b81ae656d83b3ac ---- /source/shared_lib/sources/platform/posix/socket.cpp -+++ /source/shared_lib/sources/platform/posix/socket.cpp +--- a/source/shared_lib/sources/platform/posix/socket.cpp ++++ b/source/shared_lib/sources/platform/posix/socket.cpp @@ -2610,8 +2610,10 @@ if(SystemFlags::VERBOSE_MODE_ENABLED) printf("UPnP device found: %s %s\n", dev->descURL, dev->st); |