diff options
Diffstat (limited to 'comms/hcidump/Makefile')
-rw-r--r-- | comms/hcidump/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile index 5bd014e94218..89b6a8929c42 100644 --- a/comms/hcidump/Makefile +++ b/comms/hcidump/Makefile @@ -30,4 +30,8 @@ IGNORE= it needs Bluetooth stack (FreeBSD 5.2 or newer) ONLY_FOR_ARCHS= i386 .endif +.if ${OSVERSION} <= 700011 +EXTRA_PATCHES= files/timet.patch +.endif + .include <bsd.port.post.mk> |