diff options
Diffstat (limited to 'mail/postfix211/files/patch-makedefs')
-rw-r--r-- | mail/postfix211/files/patch-makedefs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/postfix211/files/patch-makedefs b/mail/postfix211/files/patch-makedefs new file mode 100644 index 000000000000..56b0c3830fb5 --- /dev/null +++ b/mail/postfix211/files/patch-makedefs @@ -0,0 +1,12 @@ +--- makedefs.orig 2015-04-19 10:19:57 UTC ++++ makedefs +@@ -161,6 +161,9 @@ case "$SYSTEM.$RELEASE" in + FreeBSD.10*) SYSTYPE=FREEBSD10 + : ${CC=cc} + ;; ++ FreeBSD.11*) SYSTYPE=FREEBSD11 ++ : ${CC=cc} ++ ;; + DragonFly.*) SYSTYPE=DRAGONFLY + ;; + OpenBSD.2*) SYSTYPE=OPENBSD2 |