| Bug#: 199630 | Product: Gentoo/Alt | Version: unspecified | Platform: All |
| OS/Version: FreeBSD | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: gstreamer@gentoo.org | Reported By: lavajoe@gentoo.org | |
| Component: FreeBSD | |||
| URL: | |||
| Summary: gst-plugins-base-0.10.15 fails to build on FreeBSD | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-11-19 05:41 0000 | |||
| Description: | Opened: 2007-11-19 05:41 0000 |
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 ;)