Changeset View
Changeset View
Standalone View
Standalone View
lang/erlang-runtime22/Makefile
| Show First 20 Lines • Show All 100 Lines • ▼ Show 20 Lines | |||||
| .if ${ARCH} == i386 | .if ${ARCH} == i386 | ||||
| MAKE_ARGS+= ARCH=x86 | MAKE_ARGS+= ARCH=x86 | ||||
| .endif | .endif | ||||
| .if ${ARCH} == armv6 || ${ARCH} == armv7 | .if ${ARCH} == armv6 || ${ARCH} == armv7 | ||||
| MAKE_ARGS+= ARCH=arm | MAKE_ARGS+= ARCH=arm | ||||
| .endif | .endif | ||||
| .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} | .if ( ${OPSYS} == FreeBSD && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} | ||||
| CFLAGS+= -Wno-error=implicit-function-declaration | CFLAGS+= -Wno-error=implicit-function-declaration | ||||
| OPTIONS_EXCLUDE= OPENSSL | OPTIONS_EXCLUDE= OPENSSL | ||||
| .endif | .endif | ||||
| pre-configure: | pre-configure: | ||||
| @cd ${WRKSRC} && ./otp_build autoconf | @cd ${WRKSRC} && ./otp_build autoconf | ||||
| pre-configure-WX-off: | pre-configure-WX-off: | ||||
| ▲ Show 20 Lines • Show All 57 Lines • Show Last 20 Lines | |||||