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}