summaryrefslogtreecommitdiff
path: root/mail/postfix211/files/patch-makedefs
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix211/files/patch-makedefs')
-rw-r--r--mail/postfix211/files/patch-makedefs7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/postfix211/files/patch-makedefs b/mail/postfix211/files/patch-makedefs
index 56b0c3830fb5..1b01071adeee 100644
--- a/mail/postfix211/files/patch-makedefs
+++ b/mail/postfix211/files/patch-makedefs
@@ -1,12 +1,15 @@
---- makedefs.orig 2015-04-19 10:19:57 UTC
+--- makedefs.orig 2016-07-09 20:06:01 UTC
+++ makedefs
-@@ -161,6 +161,9 @@ case "$SYSTEM.$RELEASE" in
+@@ -166,6 +166,12 @@ case "$SYSTEM.$RELEASE" in
FreeBSD.10*) SYSTYPE=FREEBSD10
: ${CC=cc}
;;
+ FreeBSD.11*) SYSTYPE=FREEBSD11
+ : ${CC=cc}
+ ;;
++ FreeBSD.12*) SYSTYPE=FREEBSD12
++ : ${CC=cc}
++ ;;
DragonFly.*) SYSTYPE=DRAGONFLY
;;
OpenBSD.2*) SYSTYPE=OPENBSD2