summaryrefslogtreecommitdiff
path: root/biology/vsearch/patches/patch-src_Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'biology/vsearch/patches/patch-src_Makefile.am')
-rw-r--r--biology/vsearch/patches/patch-src_Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/biology/vsearch/patches/patch-src_Makefile.am b/biology/vsearch/patches/patch-src_Makefile.am
index f68d5ed779d..5f057fd20c3 100644
--- a/biology/vsearch/patches/patch-src_Makefile.am
+++ b/biology/vsearch/patches/patch-src_Makefile.am
@@ -1,14 +1,14 @@
-$NetBSD: patch-src_Makefile.am,v 1.2 2019/05/11 14:27:18 bacon Exp $
+$NetBSD: patch-src_Makefile.am,v 1.3 2021/12/17 19:20:44 bacon Exp $
-# Respect build env
+# Respect pkgsrc env
---- src/Makefile.am.orig 2019-04-30 11:57:32 UTC
+--- src/Makefile.am.orig 2021-12-17 18:04:20.932004483 +0000
+++ src/Makefile.am
@@ -1,12 +1,12 @@
bin_PROGRAMS = $(top_builddir)/bin/vsearch
if TARGET_PPC
--AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -mcpu=power8
+-AM_CXXFLAGS=-Wall -Wsign-compare -O3 -g -mcpu=powerpc64le -maltivec
+AM_CXXFLAGS=-Wall -Wsign-compare
else
if TARGET_AARCH64