aboutsummaryrefslogtreecommitdiff
path: root/biology/bowtie2/files/patch-Makefile
blob: abbe01f5f9826ceee703ecbe574a6f85c262851a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2023-01-21 21:59:18 UTC
+++ Makefile
@@ -61,7 +61,7 @@ ifneq (,$(findstring Darwin,$(shell uname)))
 endif
 
 BITS := 32
-ARCH ?= $(shell uname -m)
+ARCH ?= $(shell uname -p)
 ifneq (,$(findstring $(ARCH), x86_64 amd64))
   BITS := 64
   ifeq (1, $(SSE_AVX2))