diff options
Diffstat (limited to 'security/kwallet/Makefile')
-rw-r--r-- | security/kwallet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index a2cdd777537f..5e1bc54866db 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -58,4 +58,8 @@ post-patch: .endif .include "${.CURDIR}/../../x11/kde3/Makefile.kde" + +pre-configure:: + ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure + .include <bsd.port.post.mk> |