aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-10-21 11:41:32 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-10-21 11:41:32 +0000
commit2081afbf024af69c0cf21564632b79da9431b9a8 (patch)
tree15b544dde7ddf2e2c33e919a7119bd70fbfeab91 /graphics
parent818fa421ed26b9ddcc9928851af5fef3e846f79a (diff)
downloadports-2081afbf024af69c0cf21564632b79da9431b9a8.tar.gz
ports-2081afbf024af69c0cf21564632b79da9431b9a8.zip
Unbreak on -current.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=68502
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mpeg_encode/files/patch-opts.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/mpeg_encode/files/patch-opts.c b/graphics/mpeg_encode/files/patch-opts.c
new file mode 100644
index 000000000000..782dadf10829
--- /dev/null
+++ b/graphics/mpeg_encode/files/patch-opts.c
@@ -0,0 +1,17 @@
+
+$FreeBSD$
+
+--- opts.c 2002/10/21 11:32:56 1.1
++++ opts.c 2002/10/21 11:33:04
+@@ -37,9 +37,10 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include "opts.h"
+ #include <malloc.h>
+ #include <math.h>
++
++#include "opts.h"
+
+ /*==============*
+ * EXTERNALS *