summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-04-30 22:37:44 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-01 00:38:44 +0200
commit0267f9411a12e74389b472180ff95b3de4089ddc (patch)
tree665236f04e9dd298d04532b768264e60212218c3 /security
parent855f00ac1026bc35e2822147a4b2781bd149965e (diff)
downloadfreebsd-ports-0267f9411a12e74389b472180ff95b3de4089ddc.zip
security/p5-Crypt-OpenSSL-PKCS10: Unbreak on HEAD
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-OpenSSL-PKCS10/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-PKCS10/Makefile b/security/p5-Crypt-OpenSSL-PKCS10/Makefile
index dc727d85b1b9..84f9d5bf08ee 100644
--- a/security/p5-Crypt-OpenSSL-PKCS10/Makefile
+++ b/security/p5-Crypt-OpenSSL-PKCS10/Makefile
@@ -17,4 +17,10 @@ USES= perl5 ssl
USE_PERL5= configure
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
+.include <bsd.port.post.mk>