to [hopefully] correct errant behavior wrt: non-blocking I/O and sockets. This is presently untested, however. Also, with this snapshot we at least have the hope that the network facility works. Includes other miscellaneous bug fixes, also. While here, explicitly enable coreaudio on Darwin and add a PLIST entry for its driver module. This is also untested, but at least installation on Darwin will not fail due to an incorrect PLIST. Also, include ../../mk/dlopen.buildlink3.mk in our bl3.mk in order to heed DLOPEN_REQUIRE_PTHREADS.
12 lines
454 B
Text
12 lines
454 B
Text
$NetBSD: patch-ag,v 1.2 2008/11/16 11:22:55 bjs Exp $
|
|
|
|
--- jack.pc.in.orig 2008-11-11 17:36:46.000000000 -0500
|
|
+++ jack.pc.in
|
|
@@ -6,5 +6,5 @@ includedir=@includedir@
|
|
Name: jack
|
|
Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server
|
|
Version: @JACK_VERSION@
|
|
-Libs: -L${libdir} -ljack -lpthread @OS_LDFLAGS@
|
|
-Cflags: -I${includedir}
|
|
+Libs: -L${libdir} -ljack @OS_LDFLAGS@
|
|
+Cflags: -I${includedir} @OS_CPPFLAGS@
|