mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/concurrencykit: fix build on powerpc64le
Add powerpc64le architecture support.
This commit is contained in:
parent
073775e96f
commit
d5f601fc74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550875
1 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,15 @@
|
||||||
--- configure.orig 2018-07-15 19:01:39 UTC
|
--- configure.orig 2020-10-01 21:52:28 UTC
|
||||||
+++ configure
|
+++ configure
|
||||||
@@ -512,6 +512,10 @@ pathsearch()
|
@@ -464,7 +464,7 @@ case $PLATFORM in
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
- "ppc64"|"ppc64le"|"powerpc64")
|
||||||
|
+ "ppc64"|"ppc64le"|"powerpc64"|"powerpc64le")
|
||||||
|
RTM_ENABLE="CK_MD_RTM_DISABLE"
|
||||||
|
LSE_ENABLE="CK_MD_LSE_DISABLE"
|
||||||
|
MM="${MM:-"CK_MD_RMO"}"
|
||||||
|
@@ -522,6 +522,10 @@ pathsearch()
|
||||||
what=$1
|
what=$1
|
||||||
oldFS="$IFS"
|
oldFS="$IFS"
|
||||||
IFS=":"
|
IFS=":"
|
||||||
|
|
Loading…
Add table
Reference in a new issue