diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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" ;; |