mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
0b6a009ebf
of Postfix to use closefrom() for __FreeBSD_version >= 702104 too. Submitted by: Sahil Tandon, sahil at tandon.net (maintainer) Tested by: wxs (7.X), keramida (head)
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
--- makedefs.orig 2009-07-17 18:21:25.000000000 -0400
|
|
+++ makedefs 2009-07-17 18:23:12.000000000 -0400
|
|
@@ -144,6 +144,8 @@
|
|
;;
|
|
FreeBSD.7*) SYSTYPE=FREEBSD7
|
|
;;
|
|
+ FreeBSD.8*) SYSTYPE=FREEBSD8
|
|
+ ;;
|
|
OpenBSD.2*) SYSTYPE=OPENBSD2
|
|
;;
|
|
OpenBSD.3*) SYSTYPE=OPENBSD3
|