diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-10 08:48:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-07-10 08:48:58 +0800 |
commit | a18c378d90a902f5340cbbe0ae69ab827832b19f (patch) | |
tree | fc844a81e6515897cf26ecae1152bbc5709eb721 | |
parent | 6d765ba7daa20aca8f70dec6f4209f3435b5bbcb (diff) | |
download | freebsd-ports-gnome-a18c378d90a902f5340cbbe0ae69ab827832b19f.tar.gz freebsd-ports-gnome-a18c378d90a902f5340cbbe0ae69ab827832b19f.tar.zst freebsd-ports-gnome-a18c378d90a902f5340cbbe0ae69ab827832b19f.zip |
- Mark MAKE_JOBS_UNSAFE
-rw-r--r-- | graphics/glfw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index b1ca92ce124c..732f96e5a698 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -19,6 +19,7 @@ USE_GL= yes USE_LDCONFIG= yes ALL_TARGET= x11 INSTALL_TARGET= x11-install +MAKE_JOBS_UNSAFE=yes WRKSRC= ${WRKDIR}/${PORTNAME} pre-configure: |