Make this build in FreeBSD, patches stolen from FreeBSD/ports.

This commit is contained in:
xtraeme 2004-04-15 12:56:22 +00:00
parent d4300e89ca
commit a9fe576149
3 changed files with 27 additions and 1 deletions

View file

@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.4 2004/04/06 09:36:28 jmmv Exp $
$NetBSD: distinfo,v 1.5 2004/04/15 12:56:22 xtraeme Exp $
SHA1 (gst-plugins-0.8.0.tar.bz2) = 283770761c4f479367ebdb68f936b9f9a74bbf6a
Size (gst-plugins-0.8.0.tar.bz2) = 1751685 bytes
SHA1 (patch-aa) = 09588da88c74496b981f6130bd61d7d08cae37ad
SHA1 (patch-ab) = 018d981b32e2d8484334e0dd53a1a5e4bb7c4360
SHA1 (patch-ac) = 2ee2741b86c2b9f76c8d8cc32d27e82f79e26464

View file

@ -0,0 +1,12 @@
$NetBSD: patch-ab,v 1.3 2004/04/15 12:56:22 xtraeme Exp $
--- sys/ximage/ximagesink.h.orig Tue Mar 16 22:51:03 2004
+++ sys/ximage/ximagesink.h Tue Mar 16 23:06:44 2004
@@ -23,6 +23,7 @@
#include <gst/video/videosink.h>
#ifdef HAVE_XSHM
+#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#endif /* HAVE_XSHM */

View file

@ -0,0 +1,12 @@
$NetBSD: patch-ac,v 1.3 2004/04/15 12:56:22 xtraeme Exp $
--- sys/xvimage/xvimagesink.h.orig Tue Mar 16 22:51:04 2004
+++ sys/xvimage/xvimagesink.h Tue Mar 16 23:07:39 2004
@@ -23,6 +23,7 @@
#include <gst/video/videosink.h>
#ifdef HAVE_XSHM
+#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#endif /* HAVE_XSHM */