From 3dd75542a2a9d7ab3da9bf2f1e64348e88ba05b1 Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Thu, 10 Feb 2011 10:38:31 +0100 Subject: Porting LO to Dragonfly --- post_download.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'post_download.in') 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!]) ;; -- cgit