Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 21:55:38 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550875 - head/devel/concurrencykit/files
Message-ID:  <202010012155.091Ltcpc029885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Oct  1 21:55:37 2020
New Revision: 550875
URL: https://svnweb.freebsd.org/changeset/ports/550875

Log:
  devel/concurrencykit: fix build on powerpc64le
  
  Add powerpc64le architecture support.

Modified:
  head/devel/concurrencykit/files/patch-configure

Modified: head/devel/concurrencykit/files/patch-configure
==============================================================================
--- head/devel/concurrencykit/files/patch-configure	Thu Oct  1 20:55:03 2020	(r550874)
+++ head/devel/concurrencykit/files/patch-configure	Thu Oct  1 21:55:37 2020	(r550875)
@@ -1,6 +1,15 @@
---- configure.orig	2018-07-15 19:01:39 UTC
+--- configure.orig	2020-10-01 21:52:28 UTC
 +++ 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
  	oldFS="$IFS"
  	IFS=":"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010012155.091Ltcpc029885>