X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 3850EDC0236 for ; Tue, 23 Dec 2014 21:34:31 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id b13so10094008wgh.31 for ; Tue, 23 Dec 2014 13:34:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=zmil4S0fueWF48Cxdbs995ATQcMNKP2kWcW4hZXH+Eg=; b=u9w740clN4sZ8irdgXe03uYyz+LifEh2xbj/lkPKPIJQbQMWymLqcectljgV5gXvD8 h+YbH4bABpvd1SbsoRp0PJ6DbAiBUk6wZt6+bYgPAJy/yR10iUTmOPiBLVu1a6BDxZh8 HIQql2RQY2zpEfFDmZ3okcKOkbsGfQ3wdErVqpwpzYepD4isSXdGos6Glh2I9fqhPY9o j3cyVtjQdIOlsFy4RXxVXulXpc9HyxSF8a0NKPCrVBU31aJbZvi9JZseMovgkY5DkuwD PR2G6p9NsY0nVHHk++z5Qu/Y+hLmdBuxDuQdmlRlbZvv6jDSKUkJQcP3obDb2WDm0lxc bBag== X-Received: by 10.180.73.108 with SMTP id k12mr44887805wiv.24.1419370469723; Tue, 23 Dec 2014 13:34:29 -0800 (PST) Received: from alpine.my.domain (84.127.141.73.dyn.user.ono.com. [84.127.141.73]) by mx.google.com with ESMTPSA id a14sm18759528wib.22.2014.12.23.13.34.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 23 Dec 2014 13:34:29 -0800 (PST) From: AmatCoder To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/amule: fix build on x86 Date: Tue, 23 Dec 2014 21:29:38 +0000 Message-Id: <1419370178-13705-1-git-send-email-amatcoder@gmail.com> X-Mailer: git-send-email 2.2.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: removing charset.alias --- testing/amule/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/amule/APKBUILD b/testing/amule/APKBUILD index 5e835fb..87c30de 100644 --- a/testing/amule/APKBUILD +++ b/testing/amule/APKBUILD @@ -3,10 +3,10 @@ pkgname=amule pkgsvn=aMule-SVN-r pkgver=10852 -pkgrel=0 +pkgrel=1 pkgdesc="An eMule-like client for the eD2k and Kademlia networks" url="http://www.amule.org" -arch="x86_64" +arch="all" license="GPL2" depends="" depends_dev="crypto++-dev gd-dev geoip-dev libsm-dev libupnp-dev wxgtk2.8-dev" @@ -51,6 +51,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm -f "$pkgdir"/usr/lib/charset.alias } md5sums="7869cd9f40f709b084b5b4d9d726f7e7 aMule-SVN-r10852.tar.bz2" -- 2.2.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---