svn commit: r396100 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Fri Sep 4 15:08:41 UTC 2015


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=	#
 


More information about the svn-ports-head mailing list