diff options
author | avilla <avilla@FreeBSD.org> | 2012-01-24 17:56:09 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-01-24 17:56:09 +0800 |
commit | a246fdeec2131f984a8278bc93ad916c9446e531 (patch) | |
tree | 3c5ff12474c7c435bfedd578bf5404c94df97915 /net/hupnp | |
parent | f24ef3c6aaedb0d19f49e2106456f63ab11c987e (diff) | |
download | freebsd-ports-gnome-a246fdeec2131f984a8278bc93ad916c9446e531.tar.gz freebsd-ports-gnome-a246fdeec2131f984a8278bc93ad916c9446e531.tar.zst freebsd-ports-gnome-a246fdeec2131f984a8278bc93ad916c9446e531.zip |
- Fix build with Clang.
Clang needs to be explicitly told that Herqq::Upnp::HSsdp is a parent
of Herqq::Upnp::HDeviceHostSsdpHandler.
Approved by: fluffy (maintainer, implicit)
With hat on: kde
Diffstat (limited to 'net/hupnp')
-rw-r--r-- | net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h b/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h new file mode 100644 index 000000000000..6177c3684c9b --- /dev/null +++ b/net/hupnp/files/patch-hupnp__src__devicehosting__devicehost__hpresence_announcer_p.h @@ -0,0 +1,10 @@ +--- ./hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h.orig 2012-01-24 10:41:39.103825710 +0100 ++++ ./hupnp/src/devicehosting/devicehost/hpresence_announcer_p.h 2012-01-24 10:42:13.739148738 +0100 +@@ -31,6 +31,7 @@ + // + + #include "hserverdevicecontroller_p.h" ++#include "hdevicehost_ssdp_handler_p.h" + + #include "../../general/hupnp_global_p.h" + #include "../../devicemodel/hdevicestatus.h" |