Skip to content

Commit

Permalink
Put powerpc64 in the mix
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonblade committed Mar 25, 2019
1 parent 11d0a9b commit f66183c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-eclipse/files/patch-eclipse.platform.swt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.se
<operand
xsi:type="predicates:NamePredicate"
- pattern=".*(cocoa|gtk|win32)(\.(macosx|aix|hpux|linux|solaris|win32)(\.(x86_64|ppc64|ia64|aarch64|arm|ppc64|ppc64le|s390|s390x|x86|sparcv9))?)?"/>
+ pattern=".*(cocoa|gtk|win32)(\.(freebsd|macosx|aix|hpux|linux|solaris|win32)(\.(amd64|x86_64|ppc64|ia64|aarch64|arm|ppc64|ppc64le|s390|s390x|x86|sparcv9))?)?"/>
+ pattern=".*(cocoa|gtk|win32)(\.(freebsd|macosx|aix|hpux|linux|solaris|win32)(\.(amd64|x86_64|powerpc64|ia64|aarch64|arm|ppc64|ppc64le|s390|s390x|x86|sparcv9))?)?"/>
</operand>
<operand
xsi:type="predicates:NamePredicate"
Expand Down

0 comments on commit f66183c

Please sign in to comment.