mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Allow for the possibility of powerpc builds.
This commit is contained in:
parent
4d6a33b6fa
commit
551b5a7617
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243952
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ validate_env() {
|
||||||
branch=$2
|
branch=$2
|
||||||
|
|
||||||
case ${arch} in
|
case ${arch} in
|
||||||
amd64|i386|ia64|sparc64)
|
amd64|i386|ia64|powerpc|sparc64)
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue