diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-05-09 06:06:30 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-05-09 06:06:30 +0800 |
commit | 660dc89cec2e6adf276b4ed65554103a67147624 (patch) | |
tree | 932347597e9bcdbd9926f2f44f2aedcf67fd618f /astro | |
parent | ea9029e1fbf6b324b6c25e30d29d76a58a19be06 (diff) | |
download | freebsd-ports-gnome-660dc89cec2e6adf276b4ed65554103a67147624.tar.gz freebsd-ports-gnome-660dc89cec2e6adf276b4ed65554103a67147624.tar.zst freebsd-ports-gnome-660dc89cec2e6adf276b4ed65554103a67147624.zip |
Set MARK_JOBS_UNSAFE=yes.
If that's not done sometimes not all object files are built before the final
.a is created.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wcslib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index 600691aab38a..0f8376565f78 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USES= gmake MAKEFILE= GNUmakefile USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes PLIST_SUB= VERSION="${PORTVERSION}" |