From de9cb5cbbbcaf6426cb80505cb263ac44c7de817 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 10 Apr 2019 10:52:00 +0200 Subject: media-libs/vigra: remove unused patch Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- media-libs/vigra/files/vigra-1.11.0-gcc-7.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 media-libs/vigra/files/vigra-1.11.0-gcc-7.patch (limited to 'media-libs') diff --git a/media-libs/vigra/files/vigra-1.11.0-gcc-7.patch b/media-libs/vigra/files/vigra-1.11.0-gcc-7.patch deleted file mode 100644 index 4aaba64ed5e9..000000000000 --- a/media-libs/vigra/files/vigra-1.11.0-gcc-7.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/include/vigra/imagecontainer.hxx b/include/vigra/imagecontainer.hxx -index a6f0f80..636cc64 100644 ---- a/include/vigra/imagecontainer.hxx -+++ b/include/vigra/imagecontainer.hxx -@@ -763,7 +763,7 @@ public: - /** swap contents of this array with the contents of other - (STL-Container interface) - */ -- void swap(const ImagePyramid &other) -+ void swap(ImagePyramid &other) - { - images_.swap(other.images_); - std::swap(lowestLevel_, other.lowestLevel_); -- cgit v1.2.3-65-gdbad