summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-27 18:07:59 +0100
committerSam James <sam@gentoo.org>2023-05-29 19:18:45 +0100
commit445e1de19c154ceb1e4db7beab583afe2b737449 (patch)
tree572bc7741bd992fc00196d7b29ea55b578401f22 /app-shells
parentapp-misc/mmv: drop dead prefix targets (diff)
downloadgentoo-445e1de19c154ceb1e4db7beab583afe2b737449.tar.gz
gentoo-445e1de19c154ceb1e4db7beab583afe2b737449.tar.bz2
gentoo-445e1de19c154ceb1e4db7beab583afe2b737449.zip
app-shells/dash: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/dash/dash-0.5.11.5.ebuild5
-rw-r--r--app-shells/dash/dash-0.5.12.ebuild3
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