mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
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
18 lines
546 B
Text
18 lines
546 B
Text
--- makedefs.orig 2015-01-18 00:10:28 UTC
|
|
+++ makedefs
|
|
@@ -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
|
|
;;
|
|
OpenBSD.2*) SYSTYPE=OPENBSD2
|