commit:     7ca5185c2708c6e894625468526939aed3feef0d
Author:     Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Wed Jan 10 11:39:55 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 22:19:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca5185c

games-board/spider: use xmkmf instead of calling imake directly

Closes: https://bugs.gentoo.org/640686
Closes: https://github.com/gentoo/gentoo/pull/6816

 games-board/spider/spider-1.2_p4-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/games-board/spider/spider-1.2_p4-r1.ebuild 
b/games-board/spider/spider-1.2_p4-r1.ebuild
index c20901755c6..0d2b229121c 100644
--- a/games-board/spider/spider-1.2_p4-r1.ebuild
+++ b/games-board/spider/spider-1.2_p4-r1.ebuild
@@ -38,12 +38,10 @@ src_prepare() {
 }
 
 src_configure() {
-       imake \
-               -DUseInstalled \
+       xmkmf \
                -DSmallCards=NO \
                -DRoundCards \
                $(use athena && echo "-DCompileXAW=YES" || echo 
"-DCompileXlibOnly=YES") \
-               -I/usr/lib/X11/config \
                || die "imake failed"
        sed -i \
                -e '/CC = /d' \

Reply via email to