diff options
author | Herbert J. Skuhra <herbert@gojira.at> | 2023-09-27 18:44:39 +0200 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2023-09-27 20:52:14 +0200 |
commit | f9772d176717f460b7342110dab86aa2393a5a93 (patch) | |
tree | 6f13f135ba38aad17dcbb04a302179aa51aa8617 /mail/postfix-current/files/patch-makedefs | |
parent | security/vuxml: document multiple xrdp vulnerabilities (diff) |
mail/postfix-current: Update to 3.9-20230924
- Update to 3.9-20230924
- Add FreeBSD 15 defines
PR: 273784
Diffstat (limited to 'mail/postfix-current/files/patch-makedefs')
-rw-r--r-- | mail/postfix-current/files/patch-makedefs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs new file mode 100644 index 000000000000..445f07ae8d0f --- /dev/null +++ b/mail/postfix-current/files/patch-makedefs @@ -0,0 +1,18 @@ +--- makedefs.orig 2023-09-27 18:44:59 UTC ++++ makedefs +@@ -343,6 +343,15 @@ case "$SYSTEM.$RELEASE" in + : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} + : ${PLUGIN_LD="${CC} -shared"} + ;; ++ FreeBSD.15*) SYSTYPE=FREEBSD15 ++ : ${CC=cc} ++ : ${SHLIB_SUFFIX=.so} ++ : ${SHLIB_CFLAGS=-fPIC} ++ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} ++ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} ++ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} ++ : ${PLUGIN_LD="${CC} -shared"} ++ ;; + DragonFly.*) SYSTYPE=DRAGONFLY + ;; + OpenBSD.2*) SYSTYPE=OPENBSD2 |