summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-06 16:30:18 +0000
committerwiz <wiz@pkgsrc.org>2005-04-06 16:30:18 +0000
commit47544aab90b9b5e868b3e174f991e71ea4f02bfa (patch)
tree497778fa21810bfee7d03a60a5ccc1bf84c279c5 /multimedia/mpeg_encode
parent82996caaf9357c8c8bb78b53847aad6478ecc8c2 (diff)
downloadpkgsrc-47544aab90b9b5e868b3e174f991e71ea4f02bfa.tar.gz
Fix build on -current; problem reported and fix tested by
Louis Guillaume (on tech-pkg).
Diffstat (limited to 'multimedia/mpeg_encode')
-rw-r--r--multimedia/mpeg_encode/distinfo3
-rw-r--r--multimedia/mpeg_encode/patches/patch-ag15
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/mpeg_encode/distinfo b/multimedia/mpeg_encode/distinfo
index 6b7660b5c1d..8c8c526cf92 100644
--- a/multimedia/mpeg_encode/distinfo
+++ b/multimedia/mpeg_encode/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 11:24:04 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/04/06 16:30:18 wiz Exp $
SHA1 (mpeg_encode-1.5b-src.tar.gz) = 853cd175f73b8064ce28deb256e4b81159a684ed
RMD160 (mpeg_encode-1.5b-src.tar.gz) = 24c0a1090076630c292936639c5fb275778f6470
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = f2cdf02d49b726b4fb7fb210074e7ba53b9b380b
SHA1 (patch-ac) = 8f89257bd93584cd028b659bb8c3379d713339da
SHA1 (patch-ad) = 670a244680d09cb9f558a8777ec8f189145342f8
SHA1 (patch-ae) = e591c1399d51175295731b2c8947c03c19ede486
+SHA1 (patch-ag) = 8cc4ffab9263f33e4a7da6779cdbbb59d010b475
diff --git a/multimedia/mpeg_encode/patches/patch-ag b/multimedia/mpeg_encode/patches/patch-ag
new file mode 100644
index 00000000000..0b15f5ef4ed
--- /dev/null
+++ b/multimedia/mpeg_encode/patches/patch-ag
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.1 2005/04/06 16:30:18 wiz Exp $
+
+--- opts.c.orig 1995-08-15 20:34:09.000000000 +0200
++++ opts.c
+@@ -37,9 +37,9 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include "opts.h"
+ #include <malloc.h>
+ #include <math.h>
++#include "opts.h"
+
+ /*==============*
+ * EXTERNALS *