diff options
author | gerald <gerald@FreeBSD.org> | 2017-05-15 04:18:04 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-05-15 04:18:04 +0800 |
commit | 25288f61a8f221ac508848b86b25a8131b2e944c (patch) | |
tree | 1f7cf7624bdc40677d53a885641b490729791188 /science | |
parent | e21fde09c66aeeb24da93a7ffffa665f93ec95f7 (diff) | |
download | freebsd-ports-gnome-25288f61a8f221ac508848b86b25a8131b2e944c.tar.gz freebsd-ports-gnome-25288f61a8f221ac508848b86b25a8131b2e944c.tar.zst freebsd-ports-gnome-25288f61a8f221ac508848b86b25a8131b2e944c.zip |
Update the comment explaining the use of USE_GCC=yes to current
realitiy (gfortran48 has not been the default for a while), and
in fact general enough for a soon-to-come update of lang/gcc.
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 |