diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-11 06:29:52 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-11 06:29:52 +0800 |
commit | 5efe47153711f3289edadab7e203228338650167 (patch) | |
tree | bf21aac18f9e4429cbc51307d5f0775638320708 /biology | |
parent | f95f63d11973679079a6b40742f9e8507df4a211 (diff) | |
download | freebsd-ports-gnome-5efe47153711f3289edadab7e203228338650167.tar.gz freebsd-ports-gnome-5efe47153711f3289edadab7e203228338650167.tar.zst freebsd-ports-gnome-5efe47153711f3289edadab7e203228338650167.zip |
Use gcc on all platforms.
PR: 191692
Submitted by: maintainer
Diffstat (limited to 'biology')
-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> |