pkgsrc/sysutils/dbus/patches/patch-ai
bjs b3a93cfb30 - Fix support for NetBSD's atomic ops.
- Fix up some inconsistent handing of CONFIGURE_ARGS (mostly related
  to the debug option).
- Add test target (commented out, see Makefile).
- Add some patches from freedesktop.org git (see comments atop new patches).
- Remove trailing comma from an enum in tools/dbus-monitor.c.

Passes all tests on NetBSD/amd64 4.99.65, save for spawn test, which seems
to hang (?).  I'm also running GNOME now and everything seems to be in order.
2008-06-19 01:56:44 +00:00

13 lines
298 B
Text

$NetBSD: patch-ai,v 1.2 2008/06/19 01:56:44 bjs Exp $
--- config.h.in.orig 2008-04-04 14:24:08.000000000 -0400
+++ config.h.in
@@ -86,6 +86,8 @@
for 486, else 0 */
#undef DBUS_USE_ATOMIC_INT_486_COND
+#undef HAVE_NETBSD_ATOMIC_OPS
+
/* A 'va_copy' style function */
#undef DBUS_VA_COPY