summaryrefslogtreecommitdiffstats
path: root/post_download.in
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-02-10 10:38:31 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-10 10:38:31 +0100
commit3dd75542a2a9d7ab3da9bf2f1e64348e88ba05b1 (patch)
tree637f959d103f322088f8a6555bf5cee43678c70f /post_download.in
parentIgnore __real@ and __TI3? prefixed symbols in ldump (diff)
downloadcore-3dd75542a2a9d7ab3da9bf2f1e64348e88ba05b1.tar.gz
core-3dd75542a2a9d7ab3da9bf2f1e64348e88ba05b1.zip
Porting LO to Dragonfly
Diffstat (limited to 'post_download.in')
-rwxr-xr-xpost_download.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/post_download.in b/post_download.in
index 9902ea09b1b2..12b03d99fee7 100755
--- a/post_download.in
+++ b/post_download.in
@@ -45,6 +45,9 @@ case "$build_os" in
openbsd*)
_os=OpenBSD
;;
+ dragonfly*)
+ _os=DragonFly
+ ;;
*)
AC_MSG_ERROR([$_os operating system is not suitable to build LibreOffice!])
;;