commit:     94b6abb0aba99c1baf743f87d4a31d2544abddee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 04:43:00 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 04:43:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b6abb0

dev-games/libmt_client: change econf argument

./configure seems to accept it but let's be safe.

Bug: https://bugs.gentoo.org/724430
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-games/libmt_client/libmt_client-0.1.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/libmt_client/libmt_client-0.1.98.ebuild 
b/dev-games/libmt_client/libmt_client-0.1.98.ebuild
index 0413f5e286b..611635f2652 100644
--- a/dev-games/libmt_client/libmt_client-0.1.98.ebuild
+++ b/dev-games/libmt_client/libmt_client-0.1.98.ebuild
@@ -23,7 +23,7 @@ src_prepare() {
 }
 
 src_configure() {
-       econf -disable-static
+       econf --disable-static
 }
 
 src_install() {

Reply via email to