ports/audio/rtaudio/files/patch-configure.ac
2017-11-04 13:53:23 +00:00

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!))])
;;