aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-10-21 19:41:32 +0800
committersobomax <sobomax@FreeBSD.org>2002-10-21 19:41:32 +0800
commit2eda48bbe16182dc18449187b23c227ba143be00 (patch)
tree84e47c1771d3d82874576a42a9a97bcd48679d92 /multimedia
parent66e36f77e5355b388fc7f4da979aead3e5c612b0 (diff)
downloadfreebsd-ports-gnome-2eda48bbe16182dc18449187b23c227ba143be00.tar.gz
freebsd-ports-gnome-2eda48bbe16182dc18449187b23c227ba143be00.tar.zst
freebsd-ports-gnome-2eda48bbe16182dc18449187b23c227ba143be00.zip
Unbreak on -current.
Submitted by: bento
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpeg_encode/files/patch-opts.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/mpeg_encode/files/patch-opts.c b/multimedia/mpeg_encode/files/patch-opts.c
new file mode 100644
index 000000000000..782dadf10829
--- /dev/null
+++ b/multimedia/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 *