diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-10 12:38:18 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-10 12:38:18 +0800 |
commit | a0b5a8dd4cedad3afe8f125cd273dbdd32b44ee5 (patch) | |
tree | 30d0b48f77cd215d3778465bc40541fc72a76993 | |
parent | www/py-searxng-devel: Fix RUN_DEPENDS (diff) |
misc/getopt: Fix build on i386
PR: 289277
Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
-rw-r--r-- | misc/getopt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |