From 8de098ad8eda6ac8e070108c81ef13fffd615ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 20 Mar 2024 17:45:14 +0100 Subject: [PATCH] community/drawterm: enable proper ppc64le support See https://git.9front.org/plan9front/drawterm/77b464a5d5648bb646467111b8faf719cd5c46b6/commit.html --- community/drawterm/APKBUILD | 7 ------- 1 file changed, 7 deletions(-) diff --git a/community/drawterm/APKBUILD b/community/drawterm/APKBUILD index 735fa3bb640..f74168e0835 100644 --- a/community/drawterm/APKBUILD +++ b/community/drawterm/APKBUILD @@ -16,13 +16,6 @@ disturl="dev.alpinelinux.org:/archive/drawterm" source="https://dev.alpinelinux.org/archive/drawterm/drawterm-$pkgver.tar.gz respect-env.patch" -prepare() { - default_prepare - if [ "$CARCH" = "ppc64le" ]; then - ln -s posix-power posix-ppc64le - fi -} - build() { CONF=unix make X11INC=/usr/include/X11 \ X11LIB=/usr/lib/X11