diff options
Diffstat (limited to 'comms/wsjt')
-rw-r--r-- | comms/wsjt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 643a12be85ef..fb87d3d5aa8f 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -39,6 +39,8 @@ PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ PORTVERSION=${PORTVERSION} .include <bsd.port.pre.mk> +post-configure: + @${REINPLACE_CMD} -e 's|-Wl.*||' ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) |