Package-Manager: Portage-2.3.24, Repoman-2.3.6
--- /dev/null
+--- a/lib/Makefile.in
++++ b/lib/Makefile.in
+@@ -296,6 +296,7 @@
+ rm -f Makefile
+
+ test check: test-localdir test-subdirs
++test-subdirs: test-localdir
+
+ @LITEONLY_TRUE@test-localdir: $(TESTLITELIB).la $(SAMPLES)
+ @LITEONLY_FALSE@test-localdir: $(TESTLIB).la $(TESTLITELIB).la $(SAMPLES)
src_prepare() {
# Bug 263135, old broken libtool bundled
rm -f aclocal.m4 || die "rm failed"
- epatch "${FILESDIR}/${P}-autotools.patch"
+ epatch "${FILESDIR}"/${P}-autotools.patch
+ epatch "${FILESDIR}"/${P}-test-subdirs.patch
mv configure.{in,ac} || die
eautoreconf
}