diff options
author | mandree <mandree@FreeBSD.org> | 2009-11-25 00:52:31 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2009-11-25 00:52:31 +0800 |
commit | 44a9a84e44e33bb689e8145e92eeca5c43049f0a (patch) | |
tree | ed5522975668e7e8382684239e5ca362506ebf0f /misc | |
parent | 334d68b0c8dbe0234cdf8aefac357d436e07af80 (diff) | |
download | freebsd-ports-gnome-44a9a84e44e33bb689e8145e92eeca5c43049f0a.tar.gz freebsd-ports-gnome-44a9a84e44e33bb689e8145e92eeca5c43049f0a.tar.zst freebsd-ports-gnome-44a9a84e44e33bb689e8145e92eeca5c43049f0a.zip |
Make MAKE_JOBS_UNSAFE to fix builds.
Reported by: pointyhat (via erwin, miwi)
Approved by: miwi (co-mentor).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/e2fsprogs-libblkid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/e2fsprogs-libblkid/Makefile b/misc/e2fsprogs-libblkid/Makefile index 038778ea821a..cc42c81105f0 100644 --- a/misc/e2fsprogs-libblkid/Makefile +++ b/misc/e2fsprogs-libblkid/Makefile @@ -24,6 +24,7 @@ USE_LDCONFIG= yes ALL_TARGET= libs INSTALL_TARGET= install install-shlibs INSTALL_WRKSRC= ${WRKSRC}/lib/blkid +MAKE_JOBS_UNSAFE= yes MAN3= libblkid.3 |