mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -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-
|
||||
DISTVERSION= 27.0
|
||||
CATEGORIES= lang parallel java
|
||||
PKGNAMESUFFIX= -runtime27
|
||||
PKGNAMESUFFIX= -runtime${PORTVERSION:C/\..*//}
|
||||
DIST_SUBDIR= erlang
|
||||
|
||||
MAINTAINER= erlang@FreeBSD.org
|
||||
|
@ -95,6 +95,7 @@ CFLAGS+= -DMAP_NORESERVE=0
|
|||
|
||||
.if ${ARCH} == i386
|
||||
MAKE_ARGS+= ARCH=x86
|
||||
CONFIGURE_ARGS+= --disable-year2038
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == armv6 || ${ARCH} == armv7
|
||||
|
|
Loading…
Add table
Reference in a new issue