summaryrefslogtreecommitdiff
path: root/net-im/libjingle/files/patch-talk__base__base64.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 22:01:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 22:01:24 +0000
commit11b0d3ddde2150d23a51c55b5597d968fe3a03bb (patch)
tree033e919c8c3370eefece9a149b26edc18d1cd93f /net-im/libjingle/files/patch-talk__base__base64.h
parentFix build on local systems when ffmpeg-2.3.3 is installed. This removes the (diff)
Remove non staged ports without pending PR from net-im and net-mgmt
Diffstat (limited to 'net-im/libjingle/files/patch-talk__base__base64.h')
-rw-r--r--net-im/libjingle/files/patch-talk__base__base64.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-im/libjingle/files/patch-talk__base__base64.h b/net-im/libjingle/files/patch-talk__base__base64.h
deleted file mode 100644
index 54c7730699f1..000000000000
--- a/net-im/libjingle/files/patch-talk__base__base64.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- talk/base/base64.h.orig 2008-09-06 23:14:08.000000000 -0300
-+++ talk/base/base64.h 2008-09-06 23:14:50.000000000 -0300
-@@ -23,8 +23,8 @@
- static std::string decode(const std::string & data);
- static std::string encodeFromArray(const char * data, size_t len);
- private:
-- static const std::string Base64::Base64Table;
-- static const std::string::size_type Base64::DecodeTable[];
-+ static const std::string Base64Table;
-+ static const std::string::size_type DecodeTable[];
- };
-
- } // namespace talk_base