svn commit: r361497 - head/biology/seqan
Adam Weinberger
adamw at FreeBSD.org
Thu Jul 10 22:29:53 UTC 2014
Author: adamw
Date: Thu Jul 10 22:29:52 2014
New Revision: 361497
URL: http://svnweb.freebsd.org/changeset/ports/361497
QAT: https://qat.redports.org/buildarchive/r361497/
Log:
Use gcc on all platforms.
PR: 191692
Submitted by: maintainer
Modified:
head/biology/seqan/Makefile
Modified: head/biology/seqan/Makefile
==============================================================================
--- head/biology/seqan/Makefile Thu Jul 10 22:14:30 2014 (r361496)
+++ head/biology/seqan/Makefile Thu Jul 10 22:29:52 2014 (r361497)
@@ -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>
More information about the svn-ports-head
mailing list