--- 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/" @@ -33,7 +33,8 @@ DEPEND="${RDEPEND} app-arch/unzip - dev-util/ftjam" + dev-util/ftjam + virtual/pkgconfig" src_prepare() { # Substitute custom CFLAGS/LDFLAGS. @@ -56,9 +57,11 @@ src_compile() { jam \ + -sAR="$(tc-getAR) cru" \ -sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \ -sUSESDL=yes \ -sBUNDLEFONTS=no \ + -dx \ -j$(makeopts_jobs) || die }