Skip to content

Commit

Permalink
net-misc/x11-ssh-askpass: remove unneeded command call
Browse files Browse the repository at this point in the history
simplifying using xmkmf -a here was not a good idea, surprising
that it worked at all preventing this from being noticed.

Fixes: 9d02b02
Closes: https://bugs.gentoo.org/782988
Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
Closes: #20391
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
  • Loading branch information
ionenwks authored and juippis committed Apr 15, 2021
1 parent 5825a4c commit 8d4b941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r2.ebuild
Expand Up @@ -27,10 +27,11 @@ src_configure() {
econf --libexecdir=/usr/"$(get_libdir)"/misc \
--disable-installing-app-defaults
CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf -a || die "xmkmf failed"
IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die "xmkmf failed"
}

src_compile() {
emake includes
emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}"
}

Expand Down

0 comments on commit 8d4b941

Please sign in to comment.