summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authordholland <dholland>2015-11-07 20:20:54 +0000
committerdholland <dholland>2015-11-07 20:20:54 +0000
commit2df729730c2b669d398775af3472e17e9afaa18c (patch)
treec9cd33efda33851d48a21f7ac708f226c4feea62 /biology
parentda7b3a748ce42e00769a89b3eec33faa977edf78 (diff)
downloadpkgsrc-2df729730c2b669d398775af3472e17e9afaa18c.tar.gz
Unconditionally uses <emmintrin.h>, so restrict to x86.
Diffstat (limited to 'biology')
-rw-r--r--biology/bwa/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/biology/bwa/Makefile b/biology/bwa/Makefile
index bf9f30e8504..9a98275e953 100644
--- a/biology/bwa/Makefile
+++ b/biology/bwa/Makefile
@@ -1,8 +1,5 @@
-# $NetBSD: Makefile,v 1.1 2015/10/14 17:12:52 leot Exp $
+# $NetBSD: Makefile,v 1.2 2015/11/07 20:20:54 dholland Exp $
#
-###########################################################
-# Generated by fbsd2pkg #
-###########################################################
DISTNAME= bwa-0.7.9a
CATEGORIES= biology
@@ -19,6 +16,9 @@ REPLACE_PERL= *.pl
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+# unconditionally uses <emmintrin.h>
+ONLY_FOR_PLATFORM= *-*-x86_64 *-*-i386 *-*-ia64
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bwa ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${DESTDIR}${PREFIX}/bin