diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-15 01:21:56 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-15 01:21:56 +0800 |
commit | 92ad23f38ba578ff42f7d0d8e70050aeb41517fa (patch) | |
tree | a7afe16b2bd358203835b5d5fbad21954c19b694 /multimedia | |
parent | b53ad27cbe656521e871a6403ffb4468fa5052ca (diff) | |
download | freebsd-ports-gnome-92ad23f38ba578ff42f7d0d8e70050aeb41517fa.tar.gz freebsd-ports-gnome-92ad23f38ba578ff42f7d0d8e70050aeb41517fa.tar.zst freebsd-ports-gnome-92ad23f38ba578ff42f7d0d8e70050aeb41517fa.zip |
Fix build in -CURRENT
Submitted by: Frode Nordahl <frode@nordahl.net>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c | 10 | ||||
-rw-r--r-- | multimedia/gstreamer80/files/patch-libs::ext::cothreads::cothreads::cothreads.c | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c b/multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c new file mode 100644 index 000000000000..5613c9806ce7 --- /dev/null +++ b/multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c @@ -0,0 +1,10 @@ +--- libs/ext/cothreads/cothreads/cothreads.c.orig Thu Nov 14 15:19:11 2002 ++++ libs/ext/cothreads/cothreads/cothreads.c Thu Nov 14 15:20:02 2002 +@@ -21,6 +21,7 @@ + + #include "pth_p.h" /* this pulls in everything */ + #include <sys/mman.h> ++#include <sys/time.h> + #include <sys/resource.h> + + /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */ diff --git a/multimedia/gstreamer80/files/patch-libs::ext::cothreads::cothreads::cothreads.c b/multimedia/gstreamer80/files/patch-libs::ext::cothreads::cothreads::cothreads.c new file mode 100644 index 000000000000..5613c9806ce7 --- /dev/null +++ b/multimedia/gstreamer80/files/patch-libs::ext::cothreads::cothreads::cothreads.c @@ -0,0 +1,10 @@ +--- libs/ext/cothreads/cothreads/cothreads.c.orig Thu Nov 14 15:19:11 2002 ++++ libs/ext/cothreads/cothreads/cothreads.c Thu Nov 14 15:20:02 2002 +@@ -21,6 +21,7 @@ + + #include "pth_p.h" /* this pulls in everything */ + #include <sys/mman.h> ++#include <sys/time.h> + #include <sys/resource.h> + + /* older glibc's have MAP_ANON instead of MAP_ANONYMOUS */ |