games-board/spider: use xmkmf instead of calling imake directly
authorAlexander Tsoy <alexander@tsoy.me>
Wed, 10 Jan 2018 11:39:55 +0000 (14:39 +0300)
committerDavid Seifert <soap@gentoo.org>
Sat, 13 Jan 2018 22:19:14 +0000 (23:19 +0100)
Closes: https://bugs.gentoo.org/640686
Closes: https://github.com/gentoo/gentoo/pull/6816

games-board/spider/spider-1.2_p4-r1.ebuild

index c20901755c68d4e6636682c4a5e89d678072900f..0d2b229121cc684345e8d38f7db9aaf7882c0a4b 100644 (file)
@@ -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' \