Skip to content

Commit

Permalink
openjdk8-powerpc: non-functional: change way to set datamodel
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 17, 2024
1 parent 25805e6 commit 15f511a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/openjdk8-powerpc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ set tpath ${prefix}/Library/Java

use_xcode yes

if {${configure.build_arch} in [list i386 ppc]} {
set datamodel 32
} else {
if {${configure.build_arch} eq "ppc64"} {
set datamodel 64
} else {
set datamodel 32
}

post-patch {
Expand Down

0 comments on commit 15f511a

Please sign in to comment.