mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Erlang: replace CONFIGURE_ENABLE with CONFIGURE_ARGS.
CONFIGURE_ENABLE (by itself) does not actually exist.
This commit is contained in:
parent
3d883faa9f
commit
24e45b0587
5 changed files with 10 additions and 10 deletions
|
@ -21,6 +21,8 @@ GH_PROJECT= otp
|
|||
USE_PERL5= build
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-smp-support
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -60,8 +62,6 @@ OPENSSL_VARS= BROKEN_SSL=openssl
|
|||
# probes fixed does not match the number of defined probes (54 != 132,
|
||||
# respectively)" you probably misconfigured DTrace in some way.
|
||||
|
||||
CONFIGURE_ENABLE= smp-support
|
||||
|
||||
DIRTY_CONFIGURE_ENABLE= dirty-schedulers
|
||||
DTRACE_CFLAGS= -fno-omit-frame-pointer
|
||||
DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace
|
||||
|
|
|
@ -26,6 +26,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
|||
WRKSRC= ${WRKSRC_otp}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-smp-support
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -65,8 +67,6 @@ OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE
|
|||
# probes fixed does not match the number of defined probes (54 != 132,
|
||||
# respectively)" you probably misconfigured DTrace in some way.
|
||||
|
||||
CONFIGURE_ENABLE= smp-support
|
||||
|
||||
DIRTY_CONFIGURE_ENABLE= dirty-schedulers
|
||||
DTRACE_CFLAGS= -fno-omit-frame-pointer
|
||||
DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace
|
||||
|
|
|
@ -26,6 +26,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
|||
WRKSRC= ${WRKSRC_otp}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-smp-support
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -64,8 +66,6 @@ OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE
|
|||
# probes fixed does not match the number of defined probes (54 != 132,
|
||||
# respectively)" you probably misconfigured DTrace in some way.
|
||||
|
||||
CONFIGURE_ENABLE= smp-support
|
||||
|
||||
DIRTY_CONFIGURE_ENABLE= dirty-schedulers
|
||||
DTRACE_CFLAGS= -fno-omit-frame-pointer
|
||||
DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace
|
||||
|
|
|
@ -25,6 +25,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
|
|||
WRKSRC= ${WRKSRC_otp}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-smp-support
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -63,8 +65,6 @@ OPTIONS_EXCLUDE_i386= DTRACE HIPE NATIVE
|
|||
# probes fixed does not match the number of defined probes (54 != 132,
|
||||
# respectively)" you probably misconfigured DTrace in some way.
|
||||
|
||||
CONFIGURE_ENABLE= smp-support
|
||||
|
||||
DIRTY_CONFIGURE_ENABLE= dirty-schedulers
|
||||
DTRACE_CFLAGS= -fno-omit-frame-pointer
|
||||
DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace
|
||||
|
|
|
@ -26,6 +26,8 @@ USE_RC_SUBR= epmd
|
|||
WRKSRC= ${WRKSRC_otp}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-smp-support
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -82,8 +84,6 @@ OPTIONS_EXCLUDE_riscv64= DTRACE
|
|||
# probes fixed does not match the number of defined probes (54 != 132,
|
||||
# respectively)" you probably misconfigured DTrace in some way.
|
||||
|
||||
CONFIGURE_ENABLE= smp-support
|
||||
|
||||
DIRTY_CONFIGURE_ENABLE= dirty-schedulers
|
||||
DTRACE_CFLAGS= -fno-omit-frame-pointer
|
||||
DTRACE_CONFIGURE_WITH= dynamic-trace=dtrace
|
||||
|
|
Loading…
Add table
Reference in a new issue