git: 12c49822cb56 - main - biology/bowtie2: fix build on powerpc64*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Nov 2022 22:50:53 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=12c49822cb56ffc9952960db268c3a556a0ad087
commit 12c49822cb56ffc9952960db268c3a556a0ad087
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-11-09 22:47:22 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-11-09 22:50:41 +0000
biology/bowtie2: fix build on powerpc64*
---
biology/bowtie2/files/patch-Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/biology/bowtie2/files/patch-Makefile b/biology/bowtie2/files/patch-Makefile
index 491fd10e7b79..23bb0fae0c58 100644
--- a/biology/bowtie2/files/patch-Makefile
+++ b/biology/bowtie2/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig 2022-11-02 14:50:38 UTC
+--- Makefile.orig 2022-11-01 01:53:08 UTC
+++ Makefile
@@ -32,7 +32,7 @@ BOWTIE_SHARED_MEM :=
@@ -23,7 +23,7 @@
POPCNT_CAPABILITY ?= 1
-else ifneq (,$(findstring $(shell uname -m), aarch64 arm64 s390x ppc64 ppc64le))
-+else ifneq (,$(findstring $(shell uname -p), aarch64 arm64 s390x ppc64 ppc64le))
++else ifneq (,$(findstring $(shell uname -p), aarch64 arm64 s390x powerpc64 powerpc64le ppc64 ppc64le))
BITS := 64
SSE_FLAG :=
CXXFLAGS += -fopenmp-simd