summaryrefslogtreecommitdiff
path: root/graphics/wings
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-03-28 14:03:33 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-03-28 14:03:33 +0000
commit09edd05e2df335728816e54502c45b732c0ef45c (patch)
treeb30020f5957034217977f182b23750a3927dd754 /graphics/wings
parentUpdate to 1.926. (diff)
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
Notes
Notes: svn path=/head/; revision=251636
Diffstat (limited to 'graphics/wings')
-rw-r--r--graphics/wings/Makefile3
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