Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
gst-plugins-base-0.10.15/gst-libs/gst/sdp/gstsdpmessage.c will not compile on FreeBSD, since netinet/in.h is not automatically included by netdb.h as it is in Linux. The patch simply includes netinet/in.h explicitly, which does not affect builds (like Linux) which implicitly include it. This should be also sent upstream. Let me know if I should check in the patch.
Created an attachment (id=136344) [details] files/gst-plugins-base-0.10.15-netinet.patch Patch to fix this
Reported to upstream: http://bugzilla.gnome.org/show_bug.cgi?id=498228
Note: patch has been accepted by upstream.
go ahead and commit it then ;)
OK, committed! Thanks