fix build for NetBSD-10 and onwards

This commit is contained in:
plunky 2023-02-21 20:18:09 +00:00
parent 70f0664692
commit 39849a260a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2015/01/01 09:32:19 dholland Exp $
# $NetBSD: Makefile,v 1.12 2023/02/21 20:18:09 plunky Exp $
DISTNAME= bthfp-0.1
PKGREVISION= 1
@ -21,7 +21,7 @@ USE_BSD_MAKEFILE= yes
# This uses the older ServiceDiscovery API
.if (${OPSYS} == "NetBSD" && \
(!empty(OS_VERSION:M5.99.*) || !empty(OS_VERSION:M[6-9].*)))
(!empty(OS_VERSION:M5.99.*) || !empty(OS_VERSION:M[6-9].*) || !empty(OS_VERSION:M[1-9][0-9].*)))
MAKE_ENV+= HAVE_LIBSDP=no
.endif