[Libreoffice-commits] .: solenv/gbuild

Robert Nagy rnagy at kemper.freedesktop.org
Wed Jul 27 04:08:28 PDT 2011


 solenv/gbuild/gbuild_simple.mk |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

New commits:
commit f13dc2afc5445379839f8fc899bbffe5189bfecf
Author: Robert Nagy <robert at openbsd.org>
Date:   Wed Jul 27 13:07:37 2011 +0200

    unbreak BSDs again

diff --git a/solenv/gbuild/gbuild_simple.mk b/solenv/gbuild/gbuild_simple.mk
index f95d263..38d545a 100644
--- a/solenv/gbuild/gbuild_simple.mk
+++ b/solenv/gbuild/gbuild_simple.mk
@@ -51,10 +51,26 @@ else
 ifeq ($(OS),MACOSX)
 include $(GBUILDDIR)/platform/macosx.mk
 else
+ifeq ($(OS),OPENBSD)
+include $(GBUILDDIR)/platform/openbsd.mk
+else
+ifeq ($(OS),FREEBSD)
+include $(GBUILDDIR)/platform/freebsd.mk
+else
+ifeq ($(OS),NETBSD)
+include $(GBUILDDIR)/platform/netbsd.mk
+else
+ifeq ($(OS),DRAGONFLY)
+include $(GBUILDDIR)/platform/dragonfly.mk
+else
 $(eval $(call gb_Output_error,Unsupported OS: $(OS)))
 endif
 endif
 endif
 endif
+endif
+endif
+endif
+endif
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list