diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/dash-0.5.11.5.ebuild | 5 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.12.ebuild | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/app-shells/dash/dash-0.5.11.5.ebuild b/app-shells/dash/dash-0.5.11.5.ebuild index bf2ddbc4df58..f1053e616242 100644 --- a/app-shells/dash/dash-0.5.11.5.ebuild +++ b/app-shells/dash/dash-0.5.11.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,9 +40,6 @@ src_configure() { # don't redefine stat, open, dirent, etc. on Solaris export ac_cv_func_stat64=yes export ac_cv_func_open64=yes - - # if your headers strictly adhere to POSIX, you'll need this too - [[ ${CHOST##*solaris2.} -le 10 ]] && append-cppflags -DNAME_MAX=255 fi if [[ ${CHOST} == powerpc-*-darwin* ]] ; then sed -i -e 's/= stpncpy(s, \([^,]\+\), \([0-9]\+\))/+= snprintf(s, \2, "%s", \1)/' \ diff --git a/app-shells/dash/dash-0.5.12.ebuild b/app-shells/dash/dash-0.5.12.ebuild index 6d65c4ee002b..7659ef8d0f3b 100644 --- a/app-shells/dash/dash-0.5.12.ebuild +++ b/app-shells/dash/dash-0.5.12.ebuild @@ -38,9 +38,6 @@ src_configure() { # don't redefine stat, open, dirent, etc. on Solaris export ac_cv_func_stat64=yes export ac_cv_func_open64=yes - - # if your headers strictly adhere to POSIX, you'll need this too - [[ ${CHOST##*solaris2.} -le 10 ]] && append-cppflags -DNAME_MAX=255 fi if [[ ${CHOST} == powerpc-*-darwin* ]] ; then |