freebsd-ports/mail/postfix21/files/patch-src::util::sys_defs.h
Dag-Erling Smørgrav 80441fd488 Make sure this patch applies correctly when PATCH_STRIP=-p1, as is the
case when TLS is enabled.

Approved by:	portmgr (krion)
2004-09-04 11:41:28 +00:00

11 lines
467 B
C

--- ./src/util/sys_defs.h.orig Wed Aug 25 06:15:02 2004
+++ ./src/util/sys_defs.h Wed Aug 25 06:15:18 2004
@@ -24,7 +24,7 @@
* 4.4BSD and close derivatives.
*/
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
- || defined(FREEBSD5) \
+ || defined(FREEBSD5) || defined(FREEBSD6) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) \
|| defined(NETBSD1) || defined(NETBSD2) \