pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vsearch: Add ONLY_FOR_PLATFORM matching upstream support



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu May 9 14:20:54 2019 -0500
Changeset:	92a5f6d9854c0c211d1040fd812a194ee2bac369

Modified Files:
	vsearch/Makefile

Log Message:
vsearch: Add ONLY_FOR_PLATFORM matching upstream support

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=92a5f6d9854c0c211d1040fd812a194ee2bac369

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vsearch/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/vsearch/Makefile b/vsearch/Makefile
index 399c0ccd6b..0ee27b2c3c 100644
--- a/vsearch/Makefile
+++ b/vsearch/Makefile
@@ -15,6 +15,8 @@ HOMEPAGE=	https://github.com/torognes/vsearch
 COMMENT=	Versatile open-source tool for metagenomics
 LICENSE=	gnu-gpl-v3
 
+ONLY_FOR_PLATFORM=	*-*-aarch64 *-*-powerpc64 *-*-x86_64
+
 USE_LANGUAGES=		c c++
 USE_TOOLS+=		autoconf automake autoreconf gmake
 GNU_CONFIGURE=		yes


Home | Main Index | Thread Index | Old Index