summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-08-21 11:37:29 +0000
committermat <mat@FreeBSD.org>2015-08-21 11:37:29 +0000
commite176c346358fa865ec791559b2a71d13d93a680b (patch)
treec49c22504dbb684d4f58e0216434853b54c1360f
parent66681c2773d6123000bd4f4c04b8244984c2c976 (diff)
downloadFreeBSD-ports-e176c346358fa865ec791559b2a71d13d93a680b.zip
FreeBSD-ports-e176c346358fa865ec791559b2a71d13d93a680b.tar.gz
Fix build on FreeBSD 11.
Sponsored by: Absolight
-rw-r--r--security/p5-Crypt-Cracklib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile
index 5bee10b..99052aa 100644
--- a/security/p5-Crypt-Cracklib/Makefile
+++ b/security/p5-Crypt-Cracklib/Makefile
@@ -22,4 +22,7 @@ USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""
+post-patch:
+ @${REINPLACE_CMD} 's/-Werror//' ${WRKSRC}/Makefile.PL
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud