summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-10 22:29:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-10 22:29:52 +0000
commit55550f84bb814a641d4a3f7a1346860041f59890 (patch)
treebf21aac18f9e4429cbc51307d5f0775638320708 /biology
parent- Add staging support, allow it as regular user (diff)
Use gcc on all platforms.
PR: 191692 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=361497
Diffstat (limited to 'biology')
-rw-r--r--biology/seqan/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/biology/seqan/Makefile b/biology/seqan/Makefile
index 01cea2edb751..8bd6215c0fca 100644
--- a/biology/seqan/Makefile
+++ b/biology/seqan/Makefile
@@ -24,12 +24,7 @@ MAKE_JOB_SAFE= yes
SUB_FILES= pkg-message
PKG_MESSAGE= ${WRKDIR}/pkg-message
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == i386
-# triggers internal error in system gcc
USE_GCC= yes
-.endif
# unsafe workaround because FreeBSD lacks logl and expl
# see "BUGS" in `man 3 math`
@@ -37,4 +32,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|expl|exp|g' ${WRKSRC}/apps/snp_store/snp_store.h
@${REINPLACE_CMD} -e 's|logl|log|g' ${WRKSRC}/apps/snp_store/snp_store.h
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>