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
This commit is contained in:
John Marino 2015-03-21 11:53:27 +00:00
parent ea2e326887
commit ed9f597563
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381791

View File

@ -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`