diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-10 22:29:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-10 22:29:52 +0000 |
commit | 55550f84bb814a641d4a3f7a1346860041f59890 (patch) | |
tree | bf21aac18f9e4429cbc51307d5f0775638320708 /biology/seqan | |
parent | a941169f87749d511c7c7e83e037039f561e2c84 (diff) |
Notes
Diffstat (limited to 'biology/seqan')
-rw-r--r-- | biology/seqan/Makefile | 7 |
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> |