diff options
author | jwb <jwb@FreeBSD.org> | 2019-07-13 07:58:22 +0800 |
---|---|---|
committer | jwb <jwb@FreeBSD.org> | 2019-07-13 07:58:22 +0800 |
commit | 115e0d546ae741e28b493f352478b97a2062afd7 (patch) | |
tree | 1e1811a7ba47aa50c9edb3735760ce33ed6c1454 /news/nget/Makefile | |
parent | 0a8f905cf18095254b0264ac37e5f1c8ca877b0d (diff) | |
download | freebsd-ports-gnome-115e0d546ae741e28b493f352478b97a2062afd7.tar.gz freebsd-ports-gnome-115e0d546ae741e28b493f352478b97a2062afd7.tar.zst freebsd-ports-gnome-115e0d546ae741e28b493f352478b97a2062afd7.zip |
ncbi-blast+: Unbreak build with gcc8 following gcc9 patch
GCC 8 and 9 are incompatible in handling const variables with OpenMP
default(none). All const variables default to shared even with default(none)
present. 8 errors out if a const variable is explicitly defined as shared and
9 requires an explicit definition.
Using an upstream trunk patch for now, which checks the compiler version.
Also discussing more portable approaches to avoid future issues.
Reported by: jrm
Diffstat (limited to 'news/nget/Makefile')
0 files changed, 0 insertions, 0 deletions