opnsense-ports/biology/bowtie2/files/patch-Makefile
Franco Fichtner dba982801b */*: sync with upstream
Taken from: FreeBSD
2023-01-20 22:10:15 +01:00

11 lines
278 B
Text

--- 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))