ck: ppc32 build fix
[ci skip]
This commit is contained in:
parent
32d44c9dfe
commit
6aa28c6642
1 changed files with 13 additions and 0 deletions
13
srcpkgs/ck/patches/ppc32.patch
Normal file
13
srcpkgs/ck/patches/ppc32.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Support Linux uname-style platform identifier for ppc32.
|
||||
|
||||
--- configure
|
||||
+++ configure
|
||||
@@ -398,7 +398,7 @@ if test "x$PLATFORM" = "x"; then
|
||||
fi
|
||||
|
||||
case $PLATFORM in
|
||||
- "macppc"|"Power Macintosh"|"powerpc"|"powerpcspe")
|
||||
+ "macppc"|"Power Macintosh"|"powerpc"|"powerpcspe"|"ppc")
|
||||
RTM_ENABLE="CK_MD_RTM_DISABLE"
|
||||
LSE_ENABLE="CK_MD_LSE_DISABLE"
|
||||
MM="${MM:-"CK_MD_RMO"}"
|
Loading…
Reference in a new issue