mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00: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
@ -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…
x
Reference in New Issue
Block a user