mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
11 lines
346 B
Text
11 lines
346 B
Text
--- configure.ac.orig 2023-11-03 09:21:21 UTC
|
|
+++ configure.ac
|
|
@@ -35,7 +35,7 @@ dnl pthreads
|
|
|
|
dnl checks for required libraries
|
|
dnl pthreads
|
|
-AC_CHECK_LIB(pthread, pthread_create, [LIBS="$LIBS -lpthread"])
|
|
+AC_CHECK_LIB(pthread, pthread_create, [LIBS="$LIBS -pthread"])
|
|
|
|
dnl libmath (for rtl_fm)
|
|
AC_CHECK_LIB(m, atan2, [LIBS="$LIBS -lm"])
|