diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-05-14 20:18:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-05-14 20:18:04 +0000 |
commit | 3e11ad87e7a987ceb9bc2cb4dfe09988e8135a2a (patch) | |
tree | 1f7cf7624bdc40677d53a885641b490729791188 /science | |
parent | 1df7eafc701a52028d19581118a273aa53eabcdc (diff) | |
download | ports-3e11ad87e7a987ceb9bc2cb4dfe09988e8135a2a.tar.gz ports-3e11ad87e7a987ceb9bc2cb4dfe09988e8135a2a.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/libint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/science/libint/Makefile b/science/libint/Makefile index 1a47749ac273..249444af0855 100644 --- a/science/libint/Makefile +++ b/science/libint/Makefile @@ -17,10 +17,10 @@ USE_GITHUB= yes GH_ACCOUNT= evaleev # USE_GCC=yes is required because libint is used with mpqc which is built -# by gfortran48 (from `lang/gcc') and these two libraries each try to pull -# in a different version of libgcc_s.so which fails. Forcing this port to -# build with `lang/gcc' as well resolves the conflict that manifests in -# `science/libghemical' port. +# by gfortran (via USES=fortran) and these two libraries each try to pull +# in libgcc_s.so which fails if it's different versions. Forcing this port +# to build with the default version of GCC as well resolves the conflict +# that manifests in the science/libghemical port. USES= autoreconf gmake libtool perl5 USE_GCC= yes USE_LDCONFIG= yes |