]> granicus.if.org Git - handbrake/commitdiff
gtk: libdl is not needed for FreeBSD.
authorYuichiro NAITO <naito.yuichiro@gmail.com>
Mon, 25 Dec 2017 07:05:25 +0000 (16:05 +0900)
committerBradley Sepos <bradley@bradleysepos.com>
Sat, 13 Jan 2018 05:03:38 +0000 (00:03 -0500)
gtk/configure.ac

index ebe42e142fb51a6e151e56ada7aac847d03ad380..9d4a5719f32e6f41a81a434ff99a6ceae43c98ab 100644 (file)
@@ -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"
     ;;