From: Yuichiro NAITO Date: Mon, 25 Dec 2017 07:05:25 +0000 (+0900) Subject: gtk: libdl is not needed for FreeBSD. X-Git-Tag: 1.1.0~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2efdc087baa27bee28c7d48d69b1a96ca1e1ecda;p=handbrake gtk: libdl is not needed for FreeBSD. --- diff --git a/gtk/configure.ac b/gtk/configure.ac index ebe42e142..9d4a5719f 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -184,6 +184,9 @@ case $host in fi HB_LIBS="$HB_LIBS -lregex -luuid" ;; + *-*-freebsd*) + HB_LIBS="$HB_LIBS -lpthread" + ;; *) HB_LIBS="$HB_LIBS -ldl -lpthread" ;;