diff options
author | 2024-05-05 00:52:03 -0400 | |
---|---|---|
committer | 2024-05-05 12:47:11 +0100 | |
commit | 7eea00cab392d029ac574c691fa0149b77c743f4 (patch) | |
tree | 016420c1f8305d676eb0cec8871c0fef21d146ba /dev-debug/gef | |
parent | media-libs/libltc: run elibtoolize in non-live ebuild (diff) | |
download | gentoo-7eea00cab392d029ac574c691fa0149b77c743f4.tar.gz gentoo-7eea00cab392d029ac574c691fa0149b77c743f4.tar.bz2 gentoo-7eea00cab392d029ac574c691fa0149b77c743f4.zip |
media-libs/liblo: replace useless sed with configure option
* SED: the following did not cause any changes
* sed -i '/^SUBDIRS =/s/examples//' Makefile.am || die;
* no-op: -e /^SUBDIRS =/s/examples//
In 2014, the Makefile.am was reworked (in version 0.29):
https://sourceforge.net/p/liblo/git/ci/02f7754e245080626a590e43c190dfd4abe0d72f/
This was a side effect of making it into a configure option, which means
patching is no longer needed.
As a result, the intended goal of this sed hasn't worked for a decade --
the examples were compiled by portage and then discarded as they aren't
installed. It is "just" wasted work. But we can avoid that...
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/gef')
0 files changed, 0 insertions, 0 deletions