aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-01-12 02:53:44 +0800
committerantoine <antoine@FreeBSD.org>2015-01-12 02:53:44 +0800
commit41f2a831dbcee2f3d00037d70ae18a15c8b1f57e (patch)
treed3141ce4bb71efb1e3d250a3ea97033262b02598 /net-p2p
parented60ddbba7778cbc1ee074012bab7659557e8ed9 (diff)
downloadfreebsd-ports-gnome-41f2a831dbcee2f3d00037d70ae18a15c8b1f57e.tar.gz
freebsd-ports-gnome-41f2a831dbcee2f3d00037d70ae18a15c8b1f57e.tar.zst
freebsd-ports-gnome-41f2a831dbcee2f3d00037d70ae18a15c8b1f57e.zip
Allow building with libc++ r224926
Submitted by: dim@
Diffstat (limited to 'net-p2p')
-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
+ {