pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/bthfp



Module Name:    pkgsrc
Committed By:   plunky
Date:           Tue Feb 21 20:18:10 UTC 2023

Modified Files:
        pkgsrc/comms/bthfp: Makefile

Log Message:
fix build for NetBSD-10 and onwards


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/comms/bthfp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/bthfp/Makefile
diff -u pkgsrc/comms/bthfp/Makefile:1.11 pkgsrc/comms/bthfp/Makefile:1.12
--- pkgsrc/comms/bthfp/Makefile:1.11    Thu Jan  1 09:32:19 2015
+++ pkgsrc/comms/bthfp/Makefile Tue Feb 21 20:18:09 2023
@@ -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
 



Home | Main Index | Thread Index | Old Index