summaryrefslogtreecommitdiff
path: root/mail/postfix/files/patch-makedefs
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-02-28 08:46:07 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-02-28 08:46:07 +0000
commit66ba5e03a987abfdf17602b7cd5990894bcf3b4c (patch)
tree61b8fba195d35253fac0855b3f6c9da36de444c2 /mail/postfix/files/patch-makedefs
parent- copy postfix (2.11) -> postfix211 (diff)
- update to postfix 3.1
Users updating from postfix 2.11 should read: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.0.0.RELEASE_NOTES ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.1.0.RELEASE_NOTES
Notes
Notes: svn path=/head/; revision=409727
Diffstat (limited to 'mail/postfix/files/patch-makedefs')
-rw-r--r--mail/postfix/files/patch-makedefs14
1 files changed, 10 insertions, 4 deletions
diff --git a/mail/postfix/files/patch-makedefs b/mail/postfix/files/patch-makedefs
index 56b0c3830fb5..1f508a00ba74 100644
--- a/mail/postfix/files/patch-makedefs
+++ b/mail/postfix/files/patch-makedefs
@@ -1,11 +1,17 @@
---- makedefs.orig 2015-04-19 10:19:57 UTC
+--- makedefs.orig 2015-01-18 00:10:28 UTC
+++ makedefs
-@@ -161,6 +161,9 @@ case "$SYSTEM.$RELEASE" in
- FreeBSD.10*) SYSTYPE=FREEBSD10
- : ${CC=cc}
+@@ -235,6 +235,15 @@ case "$SYSTEM.$RELEASE" in
+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
+ : ${PLUGIN_LD="${CC} -shared"}
;;
+ FreeBSD.11*) SYSTYPE=FREEBSD11
+ : ${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
;;