f5c6cf19ce
Approved by: portmgr (implicit)
16 lines
321 B
Text
16 lines
321 B
Text
|
|
$FreeBSD$
|
|
|
|
--- src/aux/makedefs.orig
|
|
+++ src/aux/makedefs
|
|
@@ -10,6 +10,10 @@
|
|
;;
|
|
FreeBSD.5*) DEFS="-DFREEBSD5"
|
|
;;
|
|
+ FreeBSD.6*) DEFS="-DFREEBSD6"
|
|
+ ;;
|
|
+ FreeBSD.7*) DEFS="-DFREEBSD7"
|
|
+ ;;
|
|
OpenBSD.2*) DEFS="-DOPENBSD2"
|
|
;;
|
|
OpenBSD.3*) DEFS="-DOPENBSD3"
|