aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorpb <pb@FreeBSD.org>2003-10-09 07:36:30 +0800
committerpb <pb@FreeBSD.org>2003-10-09 07:36:30 +0800
commiteea82337cac11ae3dce37cf2c1002613cf99194d (patch)
tree90b408f107d83030bfb8c2ccceaf7612db8dbf71 /multimedia
parentbc012d8bd07c7f32434a1b73cfd72b8c05d35747 (diff)
downloadfreebsd-ports-graphics-eea82337cac11ae3dce37cf2c1002613cf99194d.tar.gz
freebsd-ports-graphics-eea82337cac11ae3dce37cf2c1002613cf99194d.tar.zst
freebsd-ports-graphics-eea82337cac11ae3dce37cf2c1002613cf99194d.zip
Fix compile under 4.x.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dvdauthor/files/patch-mpeg2desc.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/dvdauthor/files/patch-mpeg2desc.c b/multimedia/dvdauthor/files/patch-mpeg2desc.c
new file mode 100644
index 00000000000..945c45e35a4
--- /dev/null
+++ b/multimedia/dvdauthor/files/patch-mpeg2desc.c
@@ -0,0 +1,11 @@
+--- src/mpeg2desc.c.orig Sat Oct 4 02:54:11 2003
++++ src/mpeg2desc.c Thu Oct 9 01:29:57 2003
+@@ -25,6 +25,8 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <sys/types.h>
++#include <sys/time.h>
+ #include <unistd.h>
+
+ #include <netinet/in.h>