diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
commit | c958a485819003ec24c1ea1b01940ea7c953115e (patch) | |
tree | 544858c7e8531f55637ace19f7fe9ce4ac601ede /multimedia/mjpegtools | |
parent | a0b1f9f804c55b43a404082d192042d7b0e7f832 (diff) |
Notes
Diffstat (limited to 'multimedia/mjpegtools')
-rw-r--r-- | multimedia/mjpegtools/files/patch-mplex__Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mjpegtools/files/patch-mplex__Makefile.in b/multimedia/mjpegtools/files/patch-mplex__Makefile.in deleted file mode 100644 index 264d24adeb29..000000000000 --- a/multimedia/mjpegtools/files/patch-mplex__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- mplex/Makefile.in.orig -+++ mplex/Makefile.in -@@ -360,7 +360,7 @@ - libmplex2_la_CXXFLAGS = - mplex_SOURCES = main.cpp - mplex_DEPENDENCIES = libmplex2.la --mplex_LDADD = libmplex2.la @LIBGETOPT_LIB@ $(LIBM_LIBS) -+mplex_LDADD = libmplex2.la $(top_builddir)/utils/libmjpegutils.la @LIBGETOPT_LIB@ $(LIBM_LIBS) - all: all-am - - .SUFFIXES: |