aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ktorrent/files/patch-plugins_webinterface_httpresponseheader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/ktorrent/files/patch-plugins_webinterface_httpresponseheader.cpp')
-rw-r--r--net-p2p/ktorrent/files/patch-plugins_webinterface_httpresponseheader.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/files/patch-plugins_webinterface_httpresponseheader.cpp b/net-p2p/ktorrent/files/patch-plugins_webinterface_httpresponseheader.cpp
new file mode 100644
index 000000000000..e6bcd6f994c9
--- /dev/null
+++ b/net-p2p/ktorrent/files/patch-plugins_webinterface_httpresponseheader.cpp
@@ -0,0 +1,11 @@
+--- plugins/webinterface/httpresponseheader.cpp.orig 2013-01-14 17:12:24 UTC
++++ plugins/webinterface/httpresponseheader.cpp
+@@ -18,6 +18,8 @@
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
+ ***************************************************************************/
+ #include "httpresponseheader.h"
++#undef major
++#undef minor
+
+ namespace kt
+ {