Skip to content

Commit

Permalink
sysutils/coreutils: Fix build on i386
Browse files Browse the repository at this point in the history
PR:		277277
Approved by:	maintainer
  • Loading branch information
Martin Birgmeier authored and lwhsu committed Feb 27, 2024
1 parent 45b681e commit 79fe36a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sysutils/coreutils/Makefile
Expand Up @@ -24,6 +24,9 @@ GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
# bugs.freebsd.org/160060
CONFIGURE_ARGS= --program-prefix=g \
--program-transform-name=s/stat/nustat/
.if ${ARCH} == i386
CONFIGURE_ARGS+= --disable-year2038
.endif
CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1

CONFLICTS_INSTALL= gdu geneweb gexpr rubygem-god # bin/gdu bin/gexpr bin/god bin/gwc
Expand Down

0 comments on commit 79fe36a

Please sign in to comment.