Skip to content

Commit

Permalink
games-engines/residualvm: Added EXTRA_ECONF
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Mar 15, 2019
1 parent 661cc3f commit f1b8822
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions games-engines/residualvm/residualvm-0.3.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ src_configure() {
--enable-all-engines
--enable-release-mode
--enable-zlib
--host="${CHOST}"
--prefix="${EPREFIX}/usr"
)
./configure "${myconf[@]}" || die "configure failed"
./configure "${myconf[@]}" "${EXTRA_ECONF}" || die
}

src_compile() {
Expand All @@ -71,8 +72,7 @@ src_compile() {
}

src_install() {
emake DESTDIR="${D}" install

default
doicon -s 256 icons/${PN}.png
}

Expand Down
6 changes: 3 additions & 3 deletions games-engines/residualvm/residualvm-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ src_configure() {
--enable-all-engines
--enable-release-mode
--enable-zlib
--host="${CHOST}"
--prefix="${EPREFIX}/usr"
)
./configure "${myconf[@]}" || die "configure failed"
./configure "${myconf[@]}" "${EXTRA_ECONF}" || die
}

src_compile() {
Expand All @@ -67,8 +68,7 @@ src_compile() {
}

src_install() {
emake DESTDIR="${D}" install

default
doicon -s 256 icons/${PN}.png
}

Expand Down

0 comments on commit f1b8822

Please sign in to comment.