diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2010-01-03 09:30:38 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2010-01-03 09:30:38 (GMT) |
commit | 41379ca92b7d3806883a6e40cb487cff0c9b4ba0 (patch) | |
tree | 84767c229e85fef855305965b9386ca3ea5b95d0 /abs/core-testing/libiec61883/libiec61883-1.2.0-Makefile.patch | |
parent | 1887f23c52d41f801d8c9dc38bfa56630a0d7d02 (diff) | |
download | linhes_pkgbuild-41379ca92b7d3806883a6e40cb487cff0c9b4ba0.zip linhes_pkgbuild-41379ca92b7d3806883a6e40cb487cff0c9b4ba0.tar.gz linhes_pkgbuild-41379ca92b7d3806883a6e40cb487cff0c9b4ba0.tar.bz2 |
libiec61883: mihanson's updates
Diffstat (limited to 'abs/core-testing/libiec61883/libiec61883-1.2.0-Makefile.patch')
-rw-r--r-- | abs/core-testing/libiec61883/libiec61883-1.2.0-Makefile.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/abs/core-testing/libiec61883/libiec61883-1.2.0-Makefile.patch b/abs/core-testing/libiec61883/libiec61883-1.2.0-Makefile.patch new file mode 100644 index 0000000..59166ce --- /dev/null +++ b/abs/core-testing/libiec61883/libiec61883-1.2.0-Makefile.patch @@ -0,0 +1,25 @@ +--- examples/Makefile.in.orig 2010-01-01 03:30:47.294012274 +0000 ++++ examples/Makefile.in 2010-01-01 03:35:31.530650431 +0000 +@@ -33,8 +33,8 @@ + build_triplet = @build@ + host_triplet = @host@ + noinst_PROGRAMS = test-amdtp$(EXEEXT) test-dv$(EXEEXT) \ +- test-mpeg2$(EXEEXT) test-plugs$(EXEEXT) +-bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT) ++ test-plugs$(EXEEXT) ++bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT) test-mpeg2$(EXEEXT) + subdir = examples + DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + +--- examples/Makefile.am.orig 2010-01-01 03:30:57.440678420 +0000 ++++ examples/Makefile.am 2010-01-01 03:33:34.714412431 +0000 +@@ -1,6 +1,6 @@ + +-noinst_PROGRAMS = test-amdtp test-dv test-mpeg2 test-plugs +-bin_PROGRAMS = plugreport plugctl ++noinst_PROGRAMS = test-amdtp test-dv test-plugs ++bin_PROGRAMS = plugreport plugctl test-mpeg2 + man_MANS = plugreport.1 plugctl.1 + EXTRA_DIST = plugreport.1 plugctl.1 + |