Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2017 20:14:54 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441269 - head/editors/libreoffice/files
Message-ID:  <201705192014.v4JKEsQW003671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri May 19 20:14:54 2017
New Revision: 441269
URL: https://svnweb.freebsd.org/changeset/ports/441269

Log:
  Work around a build failure on i386.

Modified:
  head/editors/libreoffice/files/patch-sc_Module__sc.mk

Modified: head/editors/libreoffice/files/patch-sc_Module__sc.mk
==============================================================================
--- head/editors/libreoffice/files/patch-sc_Module__sc.mk	Fri May 19 19:59:58 2017	(r441268)
+++ head/editors/libreoffice/files/patch-sc_Module__sc.mk	Fri May 19 20:14:54 2017	(r441269)
@@ -1,6 +1,6 @@
---- sc/Module_sc.mk.orig	2017-01-12 00:54:33 UTC
+--- sc/Module_sc.mk.orig	2017-05-03 16:46:29 UTC
 +++ sc/Module_sc.mk
-@@ -54,8 +54,9 @@ $(eval $(call gb_Module_add_check_target
+@@ -60,8 +60,9 @@ endif
  $(eval $(call gb_Module_add_slowcheck_targets,sc, \
  	CppunitTest_sc_condformats \
  	CppunitTest_sc_new_cond_format_api \
@@ -12,3 +12,12 @@
  	CppunitTest_sc_html_export_test \
  	CppunitTest_sc_opencl_test \
  	CppunitTest_sc_copypaste \
+@@ -71,7 +72,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
+ # point weirdness (x87, registers, compiler optimization, ... whatever),
+ # disable them until someone finds a real cure.
+ 
+-ifneq ($(PLATFORMID),linux_x86)
++ifeq ($(filter freebsd_x86 linux_x86,$(PLATFORMID)),)
+ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
+ 	CppunitTest_sc_functions_test \
+ ))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705192014.v4JKEsQW003671>