aboutsummaryrefslogtreecommitdiff
path: root/ports/lodepng/algorithm.patch
diff options
context:
space:
mode:
authorHenrik Gaßmann <BurningEnlightenment@users.noreply.github.com>2020-03-28 04:04:02 +0100
committerGitHub <noreply@github.com>2020-03-27 20:04:02 -0700
commit472b159dab5517de53a7f943fb054d1958654eb7 (patch)
treeeb0725cd483ac10f5d426b2f126b6c6c27626678 /ports/lodepng/algorithm.patch
parentf3de074f9b9bc147e15422117f0df1fb4d319013 (diff)
downloadvcpkg-472b159dab5517de53a7f943fb054d1958654eb7.tar.gz
vcpkg-472b159dab5517de53a7f943fb054d1958654eb7.zip
[lodepng] Update to commit e34ac0@2020-03-15 (#10427)
* [lodepng] Add cmake import configs * [lodepng] Update to commit e34ac0@2020-03-15 * [lodepng] Modernize port - Remove calls to deprecated vcpkg functions. - Remove commented out pngdetail tool project definitions. * [lodepng] Remove osx failure from ci.baseline
Diffstat (limited to 'ports/lodepng/algorithm.patch')
-rw-r--r--ports/lodepng/algorithm.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/lodepng/algorithm.patch b/ports/lodepng/algorithm.patch
deleted file mode 100644
index 796bdfc66..000000000
--- a/ports/lodepng/algorithm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/lodepng_util.cpp b/lodepng_util.cpp
-index 4b571bb..58ba81a 100644
---- a/lodepng_util.cpp
-+++ b/lodepng_util.cpp
-@@ -26,6 +26,7 @@ freely, subject to the following restrictions:
- #include "lodepng_util.h"
- #include <iostream>
- #include "math.h"
-+#include <algorithm>
-
- namespace lodepng
- {