blob: e5be4e2ce0d9c0a867e638a4a3111e2151a2e364 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-solenv_gbuild_Module.mk,v 1.2 2012/08/12 15:55:56 wiz Exp $
Disable unit testing
Some of the libreoffice unit tests, for example system fonts, require
additional and currently unidentified dependencies to run. As a
result, Libreoffice will build outside a clean environment but fails
to build in pbulk chroot or Tinderbox.
--- solenv/gbuild/Module.mk.orig 2012-08-07 13:32:53.000000000 +0000
+++ solenv/gbuild/Module.mk
@@ -119,7 +119,7 @@ gb_Module_DEVINSTALLHINT=
debugrun :| build
endif
-all : build unitcheck
+all : build
$(info $(gb_Module_BUILDHINT))
build :
|