svn commit: r462369 - head/graphics/opendx

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Feb 20 03:36:02 UTC 2018


Author: stephen
Date: Tue Feb 20 03:36:01 2018
New Revision: 462369
URL: https://svnweb.freebsd.org/changeset/ports/462369

Log:
  - Add MAKE_JOBS_UNSAFE=yes.
  
  PR:		ports/226051
  Submitted by:	Don Lewis <truckman at FreeBSD.org>

Modified:
  head/graphics/opendx/Makefile

Modified: head/graphics/opendx/Makefile
==============================================================================
--- head/graphics/opendx/Makefile	Tue Feb 20 03:29:51 2018	(r462368)
+++ head/graphics/opendx/Makefile	Tue Feb 20 03:36:01 2018	(r462369)
@@ -21,8 +21,9 @@ LIB_DEPENDS=	libMagickWand-6.so:graphics/ImageMagick	\
 		libcdf.so:science/cdf			\
 		libXp.so:x11/libXp
 
-USE_XORG=	x11 xt xinerama xext xpm xmu sm ice
+MAKE_JOBS_UNSAFE=	yes
 USES=		bison motif gmake libtool
+USE_XORG=	x11 xt xinerama xext xpm xmu sm ice
 USE_GL=		gl glu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared


More information about the svn-ports-head mailing list