diff options
Diffstat (limited to 'archivers/ark/Makefile')
-rw-r--r-- | archivers/ark/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index a2cdd777537f..5e1bc54866db 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/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> |