pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-homeassistant: Let gfortran.mk control the gfortran version
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Sun Sep 21 18:10:54 2025 -0400
Changeset: dfd3d494ffbb3dad65c924e98e5b13d33fe942af
Modified Files:
py-homeassistant/Makefile
Log Message:
py-homeassistant: Let gfortran.mk control the gfortran version
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dfd3d494ffbb3dad65c924e98e5b13d33fe942af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-homeassistant/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index 4c94801091..a3473f2c51 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -63,9 +63,8 @@ DEPENDS+= pkgconf-[0-9]*:../../devel/pkgconf
# FORTRAN
USE_LANGUAGES+= fortran77
-GFORTRAN_VERSION= 10
-# \todo Revisit the version, so e.g. the version matching native gcc
-# will be used on NetBSD-current.
+# Assume that mk/compiler/gfortran.mk will choose an appropriate
+# gfortran version based on base gcc, OS, and CPU.
.include "../../mk/compiler/gfortran.mk"
RUST_RUNTIME= yes # record a dependency
Home |
Main Index |
Thread Index |
Old Index