diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-12 02:53:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-12 02:53:44 +0800 |
commit | 41f2a831dbcee2f3d00037d70ae18a15c8b1f57e (patch) | |
tree | d3141ce4bb71efb1e3d250a3ea97033262b02598 /net-p2p | |
parent | ed60ddbba7778cbc1ee074012bab7659557e8ed9 (diff) | |
download | freebsd-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.cpp | 11 |
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 + { |