From 28d8777ca19eda039bdcc0f4f26081d7c78c8ea3 Mon Sep 17 00:00:00 2001 From: prspkt Date: Sun, 22 Jul 2018 09:36:15 +0300 Subject: [PATCH] main/xf86-input-mouse: rebuild against xorg-input-abi 24.1 Remove custom prepare function --- main/xf86-input-mouse/APKBUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/main/xf86-input-mouse/APKBUILD b/main/xf86-input-mouse/APKBUILD index b82fefd3752..7d80a61fb26 100644 --- a/main/xf86-input-mouse/APKBUILD +++ b/main/xf86-input-mouse/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=xf86-input-mouse pkgver=1.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="X.org mouse input driver" url="https://www.x.org" arch="all" @@ -13,11 +13,6 @@ source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" -prepare() { - cd "$builddir" - default_prepare -} - build() { cd "$builddir" export LDFLAGS="$LDFLAGS -Wl,-z,lazy"