svn commit: r509209 - head/x11/xscreensaver

Niclas Zeising zeising at FreeBSD.org
Sun Aug 18 14:28:22 UTC 2019


Author: zeising
Date: Sun Aug 18 14:28:21 2019
New Revision: 509209
URL: https://svnweb.freebsd.org/changeset/ports/509209

Log:
  x11/xscreensaver: Mark MAKE_JOBS_UNSAFE
  
  Reported by:	Mark Millard

Modified:
  head/x11/xscreensaver/Makefile

Modified: head/x11/xscreensaver/Makefile
==============================================================================
--- head/x11/xscreensaver/Makefile	Sun Aug 18 13:28:54 2019	(r509208)
+++ head/x11/xscreensaver/Makefile	Sun Aug 18 14:28:21 2019	(r509209)
@@ -39,6 +39,7 @@ CONFIGURE_ARGS=	--with-gtk --with-gl --with-gle --with
 		--with-xf86gamma-ext --with-randr-ext --without-kerberos \
 		--without-setuid-hacks --enable-locking
 MAKE_ARGS+=	install_prefix=${STAGEDIR}
+MAKE_JOBS_UNSAFE=yes
 
 OPTIONS_DEFINE=	PAM SETUID_HACKS FIREF NLS NSFW XAOS1 XDALI XEARTH \
 		XFT XMOUN XPLANET XSNOW


More information about the svn-ports-head mailing list