diff options
Diffstat (limited to 'misc/getopt')
-rw-r--r-- | misc/getopt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index c443c45207ca..ebb5d5c2ad83 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -1,5 +1,6 @@ PORTNAME= getopt PORTVERSION= 2.41.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION:R}/ DISTNAME= util-linux-${PORTVERSION} @@ -19,7 +20,9 @@ CONFIGURE_ARGS= --disable-asciidoc \ --disable-nls \ --disable-makeinstall-chown \ --disable-makeinstall-setuid \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig + --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ + ${CONFIGURE_ARGS_${ARCH}} +CONFIGURE_ARGS_i386= --disable-year2038 GNU_CONFIGURE= yes SHEBANG_FILES= misc-utils/getopt-example.bash |