openbsd-ports/audio/jack/patches/patch-jackd_Makefile_am
jakemsr 781094ad81 maintainence update, plus
- fix build on alpha by not comparing a va_list to NULL.  problem
  noticed and fix tested by merdely@.
- fix possible 100% cpu usage in full-duplex mode
- fix net client/server
- add @bin markers to PLIST
2008-06-28 05:49:30 +00:00

13 lines
366 B
Plaintext

$OpenBSD: patch-jackd_Makefile_am,v 1.1 2008/06/28 05:49:30 jakemsr Exp $
--- jackd/Makefile.am.orig Fri Jun 27 21:49:10 2008
+++ jackd/Makefile.am Fri Jun 27 21:50:41 2008
@@ -40,6 +40,8 @@ endif
jackstart_SOURCES = jackstart.c md5.c
jackstart_LDFLAGS = -lcap
+LIBS = -lm -pthread
+
lib_LTLIBRARIES = libjackserver.la
libjackserver_la_CFLAGS = $(AM_CFLAGS)