[Libreoffice-commits] .: configure.in

Michael Meeks mmeeks at kemper.freedesktop.org
Mon Jan 31 03:04:34 PST 2011


 configure.in |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit 5b802c81eff65f3ea1002b798bc2d1c204291e65
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Mon Jan 31 11:03:58 2011 +0000

    add initial dragonfly support

diff --git a/configure.in b/configure.in
index ed2d42d..d23440c 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!])
    ;;


More information about the Libreoffice-commits mailing list