diff options
author | Diane Bruce <db@FreeBSD.org> | 2009-10-05 21:52:44 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2009-10-05 21:52:44 +0000 |
commit | 71420ec473ecd8cbcb9779bfea57ff7c727d41be (patch) | |
tree | 819254bd4ebe18857e1b9453c7ffd51227de82d9 /comms/wspr | |
parent | 985c07259cc2bc34b60c4a551a7be537c66c67fc (diff) |
Notes
Diffstat (limited to 'comms/wspr')
-rw-r--r-- | comms/wspr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index fc45ec985a79..e034acf38959 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/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: @${CAT} ${PKGMESSAGE} |