git: a0b5a8dd4ced - main - misc/getopt: Fix build on i386
- Reply: Dima Panov : "git: a0b5a8dd4ced - main - misc/getopt: Fix build on i386"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Sep 2025 04:47:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a0b5a8dd4cedad3afe8f125cd273dbdd32b44ee5
commit a0b5a8dd4cedad3afe8f125cd273dbdd32b44ee5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-10 04:38:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-10 04:38:18 +0000
misc/getopt: Fix build on i386
PR: 289277
Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
---
misc/getopt/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index c443c45207ca..a5fdc59d8af2 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -19,6 +19,7 @@ CONFIGURE_ARGS= --disable-asciidoc \
--disable-nls \
--disable-makeinstall-chown \
--disable-makeinstall-setuid \
+ --disable-year2038 \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
GNU_CONFIGURE= yes