svn commit: r559879 - head/math/openblas/files

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 1 21:21:27 UTC 2021


Author: pkubaj
Date: Fri Jan  1 21:21:27 2021
New Revision: 559879
URL: https://svnweb.freebsd.org/changeset/ports/559879

Log:
  math/openblas: fix build on powerpc64le
  
  Commit forgotten patch.

Added:
  head/math/openblas/files/patch-Makefile.system   (contents, props changed)

Added: head/math/openblas/files/patch-Makefile.system
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/openblas/files/patch-Makefile.system	Fri Jan  1 21:21:27 2021	(r559879)
@@ -0,0 +1,11 @@
+--- Makefile.system.orig	2020-12-30 14:58:08 UTC
++++ Makefile.system
+@@ -21,6 +21,8 @@ ifeq ($(ARCH), amd64)
+ override ARCH=x86_64
+ else ifeq ($(ARCH), powerpc64)
+ override ARCH=power
++else ifeq ($(ARCH), powerpc64le)
++override ARCH=power
+ else ifeq ($(ARCH), powerpc)
+ override ARCH=power
+ else ifeq ($(ARCH), i386)


More information about the svn-ports-head mailing list