From e5e084f79654c23fde8f6c8c5755db6bc103f50b Mon Sep 17 00:00:00 2001 From: cubadevelop <46691290+cubadevelop@users.noreply.github.com> Date: Fri, 7 Jan 2022 11:24:36 -0500 Subject: [PATCH] Update patch-ai It seems like upstream already implemented support for FreeBSD 12, so, what we need here is FreeBSD 13 instead. --- mail/postfix/patches/patch-ai | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/postfix/patches/patch-ai b/mail/postfix/patches/patch-ai index 24021fca8af4..2f2382fcb78a 100644 --- a/mail/postfix/patches/patch-ai +++ b/mail/postfix/patches/patch-ai @@ -1,11 +1,11 @@ -$NetBSD: patch-ai,v 1.43 2021/08/14 08:58:20 taca Exp $ +$NetBSD: patch-ai,v 1.44 2022/01/07 10:50:20 cubadevelop Exp $ 1) Add shlib definitions for NetBSD 5; the build system must be hard-coded per OS per version. Not yet reported upstream. 2) Make this pkgsrc friendly. -3) Add support for FreeBSD 12. +3) Add support for FreeBSD 13. 4) Add blocklist(3) support. @@ -15,7 +15,7 @@ hard-coded per OS per version. Not yet reported upstream. : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} : ${PLUGIN_LD="${CC} -shared"} ;; -+ FreeBSD.12*) SYSTYPE=FREEBSD12 ++ FreeBSD.13*) SYSTYPE=FREEBSD13 + : ${CC=cc} + : ${SHLIB_SUFFIX=.so} + : ${SHLIB_CFLAGS=-fPIC}