mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
lang/erlang-runtime27: on i386, build without timestamps post 2038
configure: error: could not enable timestamps after mid-January 2038. This package recommends support for these later timestamps. Correct PORTNAME suffix auto-generation to match previous name. Reported by: pkg-fallout
This commit is contained in:
parent
0c57830b79
commit
a87e98d2de
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ PORTNAME= erlang
|
||||||
DISTVERSIONPREFIX= OTP-
|
DISTVERSIONPREFIX= OTP-
|
||||||
DISTVERSION= 27.0
|
DISTVERSION= 27.0
|
||||||
CATEGORIES= lang parallel java
|
CATEGORIES= lang parallel java
|
||||||
PKGNAMESUFFIX= -runtime27
|
PKGNAMESUFFIX= -runtime${PORTVERSION:C/\..*//}
|
||||||
DIST_SUBDIR= erlang
|
DIST_SUBDIR= erlang
|
||||||
|
|
||||||
MAINTAINER= erlang@FreeBSD.org
|
MAINTAINER= erlang@FreeBSD.org
|
||||||
|
@ -95,6 +95,7 @@ CFLAGS+= -DMAP_NORESERVE=0
|
||||||
|
|
||||||
.if ${ARCH} == i386
|
.if ${ARCH} == i386
|
||||||
MAKE_ARGS+= ARCH=x86
|
MAKE_ARGS+= ARCH=x86
|
||||||
|
CONFIGURE_ARGS+= --disable-year2038
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${ARCH} == armv6 || ${ARCH} == armv7
|
.if ${ARCH} == armv6 || ${ARCH} == armv7
|
||||||
|
|
Loading…
Add table
Reference in a new issue