aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-14 17:21:56 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-14 17:21:56 +0000
commit778a32b7d58a057861659b52d8b038e2d8ef03ee (patch)
treed97590d579dc00ceee01930a3931fd506ce77495 /multimedia/gstreamer
parentd7a534a211adee2ae6bf21b839d787fd79d192c4 (diff)
downloadports-778a32b7d58a057861659b52d8b038e2d8ef03ee.tar.gz
ports-778a32b7d58a057861659b52d8b038e2d8ef03ee.zip
Fix build in -CURRENT
Submitted by: Frode Nordahl <frode@nordahl.net>
Notes
Notes: svn path=/head/; revision=70121
Diffstat (limited to 'multimedia/gstreamer')
-rw-r--r--multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c10
1 files changed, 10 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 */