This patch adds support for DragonFly to bootstrap/configure.in

DragonFly is a BSD-derived operating system:
http://www.dragonflybsd.org/

-- 
Francois Tigeot
diff --git a/configure.in b/configure.in
index be8aa6c..e5b94fe 100755
--- a/configure.in
+++ b/configure.in
@@ -1530,6 +1530,15 @@ case "$host_os" in
         PTHREAD_LIBS="-pthread"
         _os=OpenBSD
         ;;
+    dragonfly*)
+        test_gtk=yes
+        build_gstreamer=yes
+        test_kde=yes
+        test_kde4=yes
+        test_freetype=yes
+        PTHREAD_LIBS="-pthread"
+        _os=DragonFly
+        ;;
    *)
    AC_MSG_ERROR([$_os operating system is not suitable to build LibreOffice!])
    ;;
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to