Skip to content

Commit

Permalink
media-gfx/graphite2: Renamed VM_MACHINE_TYPE to GRAPHITE2_VM_TYPE
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/665040
Closes: https://bugs.gentoo.org/647304
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Closes: gentoo#9755
  • Loading branch information
ConiKost authored and Lars Wendler committed Sep 3, 2018
1 parent 238eca4 commit d2ba1f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ src_prepare() {

multilib_src_configure() {
local mycmakeargs=(
"-DVM_MACHINE_TYPE=direct"
# Renamed VM_MACHINE_TYPE to GRAPHITE2_VM_TYPE
"-DGRAPHITE2_VM_TYPE=direct"
# https://sourceforge.net/p/silgraphite/bugs/49/
$([[ ${CHOST} == powerpc*-apple* ]] && \
echo "-DGRAPHITE2_NSEGCACHE:BOOL=ON")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ src_prepare() {

multilib_src_configure() {
local mycmakeargs=(
"-DVM_MACHINE_TYPE=direct"
# Renamed VM_MACHINE_TYPE to GRAPHITE2_VM_TYPE
"-DGRAPHITE2_VM_TYPE=direct"
# https://sourceforge.net/p/silgraphite/bugs/49/
$([[ ${CHOST} == powerpc*-apple* ]] && \
echo "-DGRAPHITE2_NSEGCACHE:BOOL=ON")
Expand Down

0 comments on commit d2ba1f1

Please sign in to comment.