diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-13 23:03:31 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-13 23:03:31 +0000 |
| commit | f86c964117b6a3ebf2cbf7bb69821dfb8a74f1c2 (patch) | |
| tree | dee6818341bc298df429631dc617ddfaf949f1e5 /comms | |
| parent | 671839de5f6867f1f9e48aa527390d7495cbb750 (diff) | |
Notes
Diffstat (limited to 'comms')
| -rw-r--r-- | comms/wsjtx/Makefile | 7 |
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 |
