git: 4226927ef6b6 - main - biology/seqan-apps: fix packaging on armv7

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 21 08:11:39 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4226927ef6b6bdc27029391316c5ba7a00012652

commit 4226927ef6b6bdc27029391316c5ba7a00012652
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-21 08:11:25 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-21 08:11:25 +0000

    biology/seqan-apps: fix packaging on armv7
    
    Same issue as on i386.
---
 biology/seqan-apps/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile
index d7838638c78f..01879b514c32 100644
--- a/biology/seqan-apps/Makefile
+++ b/biology/seqan-apps/Makefile
@@ -31,7 +31,7 @@ NATIVE_CMAKE_ON=	-DSEQAN_ARCH_NATIVE:BOOL=TRUE
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "i386" || ${ARCH} == "powerpc"
+.if ${ARCH} == "armv7" || ${ARCH} == "i386" || ${ARCH} == "powerpc"
 PLIST_SUB+=	RM_I386="@comment "
 .else
 PLIST_SUB+=	RM_I386=""


More information about the dev-commits-ports-main mailing list