pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/bash



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Aug  6 18:49:06 UTC 2024

Modified Files:
        pkgsrc/shells/bash: Makefile

Log Message:
shells/bash: Fix cross-build on NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/shells/bash/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.113 pkgsrc/shells/bash/Makefile:1.114
--- pkgsrc/shells/bash/Makefile:1.113   Sat Mar 16 13:33:02 2024
+++ pkgsrc/shells/bash/Makefile Tue Aug  6 18:49:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2024/03/16 13:33:02 kre Exp $
+# $NetBSD: Makefile,v 1.114 2024/08/06 18:49:06 riastradh Exp $
 
 BASH_VERSION=          5.2
 BASH_PATCHLEVEL=       26
@@ -78,7 +78,8 @@ BUILDLINK_API_DEPENDS.readline+=      readlin
 CONFIGURE_ENV+=                CC_FOR_BUILD=${NATIVE_CC:Q}
 CONFIGURE_ENV+=                ac_cv_c_long_long=yes
 CONFIGURE_ENV+=                ac_cv_c_long_double=yes
-CONFIGURE_ENV+=                bash_cv_type_rlimit=yes
+CONFIGURE_ENV+=                bash_cv_type_rlimit=rlim_t
+CONFIGURE_ENV+=                bash_cv_sizeof_rlim_cur=8 # rlim_t is uint64_t
 CONFIGURE_ENV+=                bash_cv_getcwd_malloc=yes
 CONFIGURE_ENV+=                bash_cv_func_sigsetjmp=yes
 CONFIGURE_ENV+=                bash_cv_printf_a_format=yes



Home | Main Index | Thread Index | Old Index