--- games-engines/gargoyle/gargoyle-2011.1.ebuild +++ games-engines/gargoyle/gargoyle-2011.1.ebuild @@ -10,7 +10,7 @@ # don't apply. (Fonts are installed through dependencies instead.) EAPI=3 -inherit eutils multiprocessing games +inherit eutils multiprocessing toolchain-funcs games DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats" HOMEPAGE="http://ccxvii.net/gargoyle/" @@ -56,9 +56,11 @@ src_compile() { jam \ + -sAR="$(tc-getAR) cru" \ -sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \ -sUSESDL=yes \ -sBUNDLEFONTS=no \ + -dx \ -j$(makeopts_jobs) || die }