svn commit: r499904 - head/x11-wm/i3-gaps

Piotr Kubaj pkubaj at FreeBSD.org
Wed Apr 24 19:45:36 UTC 2019


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 at 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
 


More information about the svn-ports-head mailing list