[Libreoffice] [PATCH] Add support for DragonFly in configure.in
Francois Tigeot
ftigeot at wolfpond.org
Sat Jan 29 02:35:21 PST 2011
This patch adds support for DragonFly to bootstrap/configure.in
DragonFly is a BSD-derived operating system:
http://www.dragonflybsd.org/
--
Francois Tigeot
-------------- next part --------------
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!])
;;
More information about the LibreOffice
mailing list