Author: damjan
Date: Tue Feb 23 16:53:53 2016
New Revision: 1731904

URL: http://svn.apache.org/viewvc?rev=1731904&view=rev
Log:
Add FreeBSD support to gbuild_simple.mk

Patch by: me


Modified:
    openoffice/branches/gbuild-reintegration/main/solenv/gbuild/gbuild_simple.mk

Modified: 
openoffice/branches/gbuild-reintegration/main/solenv/gbuild/gbuild_simple.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/solenv/gbuild/gbuild_simple.mk?rev=1731904&r1=1731903&r2=1731904&view=diff
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/main/solenv/gbuild/gbuild_simple.mk 
(original)
+++ 
openoffice/branches/gbuild-reintegration/main/solenv/gbuild/gbuild_simple.mk 
Tue Feb 23 16:53:53 2016
@@ -49,10 +49,12 @@ include $(GBUILDDIR)/platform/solaris.mk
 else
 ifeq ($(OS),MACOSX)
 include $(GBUILDDIR)/platform/macosx.mk
+ifeq ($(OS),FREEBSD)
+include $(GBUILDDIR)/platform/freebsd.mk
 else
 $(eval $(call gb_Output_error,Unsupported OS: $(OS)))
 endif
 endif
 endif
 endif
-
+endif


Reply via email to