| Summary: | media-libs/libiec61883 does not install test binaries | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Roger <rogerx.oss> |
| Component: | New packages | Assignee: | Chris White (RETIRED) <chriswhite> |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | ||
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Roger
2006-08-18 13:47:06 UTC
It does:
if use examples
then
sed -i -e "s:noinst_PROGRAMS.*:noinst_PROGRAMS = :g" \
-e "s:in_PROGRAMS.*:in_PROGRAMS = plugreport plugctl test-amdtp test-dv test-mpeg2 test-plugs:g" \
examples/Makefile.am || die "noinst patching failed"
eautoreconf
fi
you just need the examples USE flag.
|