mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
PR: 223414 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12936
11 lines
346 B
Text
11 lines
346 B
Text
--- configure.ac.orig 2017-11-04 06:06:02 UTC
|
|
+++ configure.ac
|
|
@@ -142,7 +142,7 @@ case $host in
|
|
AS_IF([test "$api" == ""], [
|
|
AC_MSG_RESULT(using OSS)
|
|
api="$api -D__LINUX_OSS__"
|
|
- LIBS="$LIBS -lossaudio"
|
|
+ LIBS="$LIBS"
|
|
AC_CHECK_LIB(pthread, pthread_create, , AC_MSG_ERROR(RtAudio requires the pthread library!))])
|
|
;;
|
|
|