summaryrefslogtreecommitdiff
path: root/multimedia/mplex
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2004-03-30 19:53:44 +0000
committerben <ben@pkgsrc.org>2004-03-30 19:53:44 +0000
commit71dd0540715a14bf9d22f142c9015c78d791ad0c (patch)
treec1d359a856fc2e37b31c3b543327f23e2ddca9ab /multimedia/mplex
parent05cd73ec17e9eb4da20b01c6c2d8d9fbeb99df11 (diff)
downloadpkgsrc-71dd0540715a14bf9d22f142c9015c78d791ad0c.tar.gz
Makefile fix required for mplex 1.6.2.
Diffstat (limited to 'multimedia/mplex')
-rw-r--r--multimedia/mplex/patches/patch-aa20
1 files changed, 10 insertions, 10 deletions
diff --git a/multimedia/mplex/patches/patch-aa b/multimedia/mplex/patches/patch-aa
index 89db297e26f..6bc92899404 100644
--- a/multimedia/mplex/patches/patch-aa
+++ b/multimedia/mplex/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/26 12:52:07 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2004/03/30 19:53:44 ben Exp $
---- mplex/multplex.cc 2003/12/19 18:16:29 1.1
-+++ mplex/multplex.cc 2003/12/19 18:17:25
-@@ -3,6 +3,7 @@
- #include <math.h>
- #include <stdlib.h>
- #include <unistd.h>
-+#include <assert.h>
+--- mplex/Makefile.in.orig Tue Feb 3 14:58:31 2004
++++ mplex/Makefile.in
+@@ -276,6 +276,7 @@ mplex_SOURCES = main.cpp
- #include <mjpeg_types.h>
- #include <mjpeg_logging.h>
+ mplex_LDADD = \
+ $(top_builddir)/mplex/libmplex2.la \
++ $(top_builddir)/utils/libmjpegutils.a \
+ @LIBGETOPT_LIB@ $(LIBM_LIBS)
+
+ subdir = mplex