Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 19:45:35 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499904 - head/x11-wm/i3-gaps
Message-ID:  <201904241945.x3OJjZuM051045@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Apr 24 19:45:35 2019
New Revision: 499904
URL: https://svnweb.freebsd.org/changeset/ports/499904

Log:
  x11-wm/i3-gaps: add MAKE_JOBS_UNSAFE=yes
  I encountered a build error resulting from parallel build.
  
  PR:		237526
  Approved by:	tcberner (mentor), dg@syrec.org (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D20041

Modified:
  head/x11-wm/i3-gaps/Makefile

Modified: head/x11-wm/i3-gaps/Makefile
==============================================================================
--- head/x11-wm/i3-gaps/Makefile	Wed Apr 24 19:42:38 2019	(r499903)
+++ head/x11-wm/i3-gaps/Makefile	Wed Apr 24 19:45:35 2019	(r499904)
@@ -40,6 +40,7 @@ USE_XORG=	xcb
 
 GNU_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
+MAKE_JOBS_UNSAFE=	yes
 
 CONFLICTS_INSTALL=	i3
 



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