Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 22:29:52 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361497 - head/biology/seqan
Message-ID:  <201407102229.s6AMTqe0052972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407102229.s6AMTqe0052972>