Enable kernel poll feature.
This commit is contained in:
parent
fb9ddcc4d5
commit
7559c1eae3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127091
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= erlang
|
||||
PORTVERSION= r10b2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang parallel
|
||||
MASTER_SITES= http://www.erlang.org/download/ \
|
||||
|
@ -45,7 +45,7 @@ ONLY_FOR_ARCHS= i386
|
|||
REINPLACE_ARGS= -i
|
||||
|
||||
CONFIGURE_TARGET= # Empty
|
||||
CONFIGURE_ARGS+= --enable-threads --enable-hipe
|
||||
CONFIGURE_ARGS+= --enable-threads --enable-hipe --enable-kernel-poll
|
||||
NOPRECIOUSMAKEVARS= yes # Prevent exporting of "ARCH"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= erlang
|
||||
PORTVERSION= r10b2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang parallel
|
||||
MASTER_SITES= http://www.erlang.org/download/ \
|
||||
|
@ -45,7 +45,7 @@ ONLY_FOR_ARCHS= i386
|
|||
REINPLACE_ARGS= -i
|
||||
|
||||
CONFIGURE_TARGET= # Empty
|
||||
CONFIGURE_ARGS+= --enable-threads --enable-hipe
|
||||
CONFIGURE_ARGS+= --enable-threads --enable-hipe --enable-kernel-poll
|
||||
NOPRECIOUSMAKEVARS= yes # Prevent exporting of "ARCH"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Reference in a new issue