diff options
author | stephen <stephen@FreeBSD.org> | 2018-02-20 11:36:01 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2018-02-20 11:36:01 +0800 |
commit | 8eb31cca1d2129e07a317f52c53b28286ca89a34 (patch) | |
tree | 2fc82a2376db15f6d76847285e76a392a36404e4 /graphics | |
parent | 55a6589985fb06d6f82bf3a4da37a48344da14b0 (diff) | |
download | freebsd-ports-gnome-8eb31cca1d2129e07a317f52c53b28286ca89a34.tar.gz freebsd-ports-gnome-8eb31cca1d2129e07a317f52c53b28286ca89a34.tar.zst freebsd-ports-gnome-8eb31cca1d2129e07a317f52c53b28286ca89a34.zip |
- Add MAKE_JOBS_UNSAFE=yes.
PR: ports/226051
Submitted by: Don Lewis <truckman@FreeBSD.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opendx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 9e2c93a8c646..83d26652d22d 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -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 |