diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-08-27 04:55:41 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-08-27 04:55:41 +0800 |
commit | 84e8c010aceca872062009ae545c6d9f36fda7c3 (patch) | |
tree | a9a6c8588f91d69eb5a05e156f2a0380c768815c /science | |
parent | 1e67a5d5c6732fd8481030fe27cedc6837c5f751 (diff) | |
download | freebsd-ports-gnome-84e8c010aceca872062009ae545c6d9f36fda7c3.tar.gz freebsd-ports-gnome-84e8c010aceca872062009ae545c6d9f36fda7c3.tar.zst freebsd-ports-gnome-84e8c010aceca872062009ae545c6d9f36fda7c3.zip |
Revert r447879.
Apparently the build is indeed broken with parallel jobs, even though I wasn't
able to reproduce it in my tests. Checking what's broken would take time and
anyone interested in that should rather try updating the port to 3.6.0.
PR: 219293
Reported by: John Marino <freebsdml@marino.st>
Diffstat (limited to 'science')
-rw-r--r-- | science/massxpert/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 242efb7b9ee2..491d3a5b9fe5 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -26,5 +26,6 @@ USE_GNOME= glib20 USE_QT4= corelib gui xml rcc_build qmake_build uic_build moc_build \ svg USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk> |