From ed9f59756319382db3423dc89929c08241a8b8cf Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 21 Mar 2015 11:53:27 +0000 Subject: [PATCH] biology/segan: Limit GCC to 4.8 while waiting for update Due to questionable c++, GCC 4.9 and newer cannot build seqan. An update has been in the works that will enable clang compilers and all versions of GCC to build seqan, but it is not quite ready yet. While waiting for it, limit the version of GCC used to 4.8. PR: 196851 --- biology/seqan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/seqan/Makefile b/biology/seqan/Makefile index a2094f638a0b..2abf70d857b0 100644 --- a/biology/seqan/Makefile +++ b/biology/seqan/Makefile @@ -23,7 +23,7 @@ MAKE_JOB_SAFE= yes SUB_FILES= pkg-message PKG_MESSAGE= ${WRKDIR}/pkg-message -USE_GCC= yes +USE_GCC= 4.8 # unsafe workaround because FreeBSD lacks logl and expl # see "BUGS" in `man 3 math`