1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/sysutils/tct/files/patch-extras_entropy_makedefs
Kirill Ponomarev f5c6cf19ce Unbreak on 6.x and 7.x
Approved by:	portmgr (implicit)
2005-08-05 13:15:39 +00:00

17 lines
333 B
Plaintext

$FreeBSD$
--- extras/entropy/makedefs.orig
+++ extras/entropy/makedefs
@@ -9,6 +9,10 @@
FreeBSD.4*) DEFS="-DFREEBSD4"
;;
FreeBSD.5*) DEFS="-DFREEBSD5"
+ ;;
+ FreeBSD.6*) DEFS="-DFREEBSD6"
+ ;;
+ FreeBSD.7*) DEFS="-DFREEBSD7"
;;
OpenBSD.2*) DEFS="-DOPENBSD2"
;;