aboutsummaryrefslogtreecommitdiffstats
path: root/main/sed
diff options
context:
space:
mode:
Diffstat (limited to 'main/sed')
-rw-r--r--main/sed/APKBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/sed/APKBUILD b/main/sed/APKBUILD
index 76f9279293..45187e0d31 100644
--- a/main/sed/APKBUILD
+++ b/main/sed/APKBUILD
@@ -14,15 +14,6 @@ source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz
builddir="$srcdir/$pkgname-$pkgver"
-# XXX -- ugly hack to unbreak x86 builder, don't try this at home kids. we invoke a suid helper to delete sed, forcing
-# busybox sed to be used. hopefully you don't ever see this as i will revert it next...
-prepare() {
- msg "delete sed"
- abuild-apk del sed .makedepends-firefox-esr || return 1
-
- default_prepare || return 1
-}
-
build() {
cd "$builddir"
./configure \