aboutsummaryrefslogtreecommitdiff
path: root/ports/gdcm2/gdcmSystem.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-23 12:17:56 -0700
committerGitHub <noreply@github.com>2017-10-23 12:17:56 -0700
commitcb2ee489746fc260c60a3fbff8dc37ec48829d43 (patch)
tree46e0119551e41122f10f282682ba3896ef2303cf /ports/gdcm2/gdcmSystem.patch
parentcf5bc755975a2f5358f1b5e3cf3dc2fcf2034c9f (diff)
parent2e39b6195fbc14a655474b019234890df94a2ed0 (diff)
downloadvcpkg-cb2ee489746fc260c60a3fbff8dc37ec48829d43.tar.gz
vcpkg-cb2ee489746fc260c60a3fbff8dc37ec48829d43.zip
Merge pull request #2027 from sonogi1/master
Update port "GDCM", version 2.6.8 to 2.8.3
Diffstat (limited to 'ports/gdcm2/gdcmSystem.patch')
-rw-r--r--ports/gdcm2/gdcmSystem.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/ports/gdcm2/gdcmSystem.patch b/ports/gdcm2/gdcmSystem.patch
deleted file mode 100644
index 63722c4f1..000000000
--- a/ports/gdcm2/gdcmSystem.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Source/Common/gdcmSystem.cxx
-+++ b/Source/Common/gdcmSystem.cxx
-@@ -977,7 +977,7 @@
- }
- }
- // We need to tell the user...
-- gdcmWarningMacro( "Could not find Charset from alias: " + alias );
-+ gdcmWarningMacro( std::string("Could not find Charset from alias: ") + alias );
- return NULL;
- }
- #endif //_WIN32