FreeBSD Bugzilla – Attachment 248749 Details for
Bug 277277
sysutils/coreutils: fix on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils/coreutils: Fix build for i386
0001-sysutils-coreutils-Fix-build-for-i386.patch (text/plain), 1008 bytes, created by
Alastair Hogge
on 2024-02-26 02:35:29 UTC
(
hide
)
Description:
sysutils/coreutils: Fix build for i386
Filename:
MIME Type:
Creator:
Alastair Hogge
Created:
2024-02-26 02:35:29 UTC
Size:
1008 bytes
patch
obsolete
>From a2adf39c753f6b1f70cd2233f26d09e8ff4e498d Mon Sep 17 00:00:00 2001 >From: Alastair Hogge <agh@riseup.net> >Date: Mon, 26 Feb 2024 10:06:18 +0800 >Subject: [PATCH] sysutils/coreutils: Fix build for i386 > >Add conditional logic to the Port Makefile to disable GNU configure >attempting to utilise 64bit timestamps on i386. > >PR: 277277 >Reported by: Martin Birgmeier <d8zNeCFG@aon.at> >--- > sysutils/coreutils/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile >index a346bdc5e090..a5cc711f6911 100644 >--- a/sysutils/coreutils/Makefile >+++ b/sysutils/coreutils/Makefile >@@ -23,6 +23,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 >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277277
: 248749