Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2015 15:08:41 +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: r396100 - head/editors/libreoffice
Message-ID:  <201509041508.t84F8fuO003886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Sep  4 15:08:40 2015
New Revision: 396100
URL: https://svnweb.freebsd.org/changeset/ports/396100

Log:
  Unset the DISPLAY environment variable to work around a CppUnit test.

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Fri Sep  4 15:01:32 2015	(r396099)
+++ head/editors/libreoffice/Makefile	Fri Sep  4 15:08:40 2015	(r396100)
@@ -298,7 +298,7 @@ CONFIGURE_ENV=	DMAKE=${LOCALBASE}/bin/dm
 
 MAKE_ENV+=	CXXFLAGS_WARN="${CXXFLAGS_WARN}"
 MAKE_ENV+=	GNUSED=${LOCALBASE}/bin/gsed
-MAKE_ENV+=	LANG=C LC_ALL=C
+MAKE_ENV+=	DISPLAY= LANG=C LC_ALL=C
 
 _MAKE_JOBS=	#
 



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