aboutsummaryrefslogtreecommitdiff
path: root/comms/wsjtx
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-01-13 23:03:31 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-01-13 23:03:31 +0000
commitf86c964117b6a3ebf2cbf7bb69821dfb8a74f1c2 (patch)
treedee6818341bc298df429631dc617ddfaf949f1e5 /comms/wsjtx
parent671839de5f6867f1f9e48aa527390d7495cbb750 (diff)
downloadports-f86c964117b6a3ebf2cbf7bb69821dfb8a74f1c2.tar.gz
ports-f86c964117b6a3ebf2cbf7bb69821dfb8a74f1c2.zip
Update GCC_DEFAULT from 9 to 10.
A few (mostly Fortran-based) ports need to be patched because GCC 10 is stricter. A handful of ports need to be restricted to GCC 9 because they fail with 10. 5 ports still fail with GCC 10. However, seeing as this work has been ongoing since 2020-05-24, it is simply time to make the commit and notify the affected maintainers. While here, pet portlint (Makevar order). PR: 246700 Submitted by: gerald Approved by: antoine (after many, many, -exp runs)
Notes
Notes: svn path=/head/; revision=561520
Diffstat (limited to 'comms/wsjtx')
-rw-r--r--comms/wsjtx/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile
index d3eb970450f4..c72109d673b7 100644
--- a/comms/wsjtx/Makefile
+++ b/comms/wsjtx/Makefile
@@ -36,6 +36,13 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}"
_PATCHES= wsjtx.patch hamlib.patch
+.include <bsd.port.pre.mk>
+
+.if ${GCC_DEFAULT} >= 10
+# workaround for More actual than formal arguments in procedure call at (1)
+FFLAGS+= -fallow-argument-mismatch
+.endif
+
post-patch:
. for _patch in ${_PATCHES}
# Keep a copy of the blank patch for the post-build target below