mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
ck: fix patch's whitespace
This commit is contained in:
parent
7beb840c63
commit
69b3dc67d5
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ Support Linux uname-style platform identifier for ppc32.
|
|||
fi
|
||||
|
||||
case $PLATFORM in
|
||||
- "macppc"|"Power Macintosh"|"powerpc"|"powerpcspe")
|
||||
- "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"}"
|
||||
RTM_ENABLE="CK_MD_RTM_DISABLE"
|
||||
LSE_ENABLE="CK_MD_LSE_DISABLE"
|
||||
MM="${MM:-"CK_MD_RMO"}"
|
||||
|
|
Loading…
Add table
Reference in a new issue