diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-03-28 22:03:33 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-03-28 22:03:33 +0800 |
commit | 878248fa393718841139a527f9885d592f1206cd (patch) | |
tree | 725f0536906571d78e3205b9b9f967d2c069beec /graphics/wings | |
parent | c1987ec5193a69e30c59c1117ec9f62dd41cd0fb (diff) | |
download | freebsd-ports-gnome-878248fa393718841139a527f9885d592f1206cd.tar.gz freebsd-ports-gnome-878248fa393718841139a527f9885d592f1206cd.tar.zst freebsd-ports-gnome-878248fa393718841139a527f9885d592f1206cd.zip |
The beam.smp runtime hangs on pointyhat while building this port:
forcibly disable SMP for a while (at least until the next pointyhat
run) to confirm that the issue is actually related to beam.smp.
Approved by: maintainer
Noticed by: pav
Diffstat (limited to 'graphics/wings')
-rw-r--r-- | graphics/wings/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index 84887ad0d85b..cb900b6807c0 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang \ ${LOCALBASE}/lib/erlang/lib/esdl/include/sdl.hrl:${PORTSDIR}/devel/esdl -MAKE_ENV= ESDL_PATH=${LOCALBASE}/lib/erlang/lib/esdl +MAKE_ENV= ESDL_PATH=${LOCALBASE}/lib/erlang/lib/esdl \ + ERLC_EMULATOR="${LOCALBASE}/bin/erl -smp disable" PLIST_SUB= VERSION="${PORTVERSION}" MAKE_JOBS_UNSAFE=yes |