summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-06 04:31:28 +0000
committerSam James <sam@gentoo.org>2021-11-06 04:31:28 +0000
commita7ac720a5b83c5b83ca5df2273263161ff2c41d4 (patch)
treeba5343f36a5555d74acb366572d0ec81c1c9d017 /net-dialup
parentgames-rpg/manaplus: drop unnecessary/incorrect src_test (diff)
downloadgentoo-a7ac720a5b83c5b83ca5df2273263161ff2c41d4.tar.gz
gentoo-a7ac720a5b83c5b83ca5df2273263161ff2c41d4.tar.bz2
gentoo-a7ac720a5b83c5b83ca5df2273263161ff2c41d4.zip
net-dialup/lrzsz: use 'emake', not 'make'
Gets us error handling and other niceties for free. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild
index b89e6b98f2c8..9134cf53053f 100644
--- a/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild
+++ b/net-dialup/lrzsz/lrzsz-0.12.20-r4.ebuild
@@ -30,6 +30,7 @@ DOCS=( AUTHORS COMPATABILITY ChangeLog NEWS \
src_prepare() {
default
+
# automake is unhappy if this is missing
>> config.rpath || die
# This is too old. Remove it so automake puts in a newer copy.
@@ -43,13 +44,14 @@ src_prepare() {
src_configure() {
tc-export CC
append-flags -Wstrict-prototypes
+
econf $(use_enable nls)
}
src_test() {
- #Don't use check target.
- #See bug #120748 before changing this function.
- make vcheck || die "tests failed"
+ # Don't use check target.
+ # See bug #120748 before changing this function.
+ emake vcheck
}
src_install() {