openbsd-ports/geo/tangogps/patches/patch-src_hrm_functions_c
jasper 91310a3e5b - update tangogps to 0.99.4
- switch to new DEPENDS
- use an axe to remove the bluez dependency; upstream refuses to reply to my
mails about actually fixing it instead of forcing it upon everyone.

ok MAINTAINER and landry@
2010-09-01 07:12:17 +00:00

19 lines
412 B
Plaintext

$OpenBSD: patch-src_hrm_functions_c,v 1.1 2010/09/01 07:12:17 jasper Exp $
Disable Bluez-stack bluetooth.
--- src/hrm_functions.c.orig Mon Aug 30 15:29:23 2010
+++ src/hrm_functions.c Mon Aug 30 15:30:13 2010
@@ -1,5 +1,5 @@
+#if !defined(__OpenBSD__)
-
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
@@ -293,3 +293,4 @@ get_hrm_data_thread(void *ptr)
}
return NULL;
}
+#endif /* ! __OpenBSD__ */