X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 8C5E2DC05E1 for ; Tue, 12 May 2015 15:36:41 +0000 (UTC) Received: from st11p00im-asmtp003.me.com (st11p00im-asmtp003.me.com [17.172.80.97]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6890EDC01A8 for ; Tue, 12 May 2015 15:36:36 +0000 (UTC) Received: from st.ilet.to (st.ilet.to [31.193.133.175]) by st11p00im-asmtp003.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NO8001U4U0X6H30@st11p00im-asmtp003.me.com> for alpine-devel@lists.alpinelinux.org; Tue, 12 May 2015 15:36:35 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-05-12_06:2015-05-12,2015-05-12,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1505120199 Date: Tue, 12 May 2015 15:36:32 +0000 (UTC) From: ScrumpyJack X-X-Sender: nicholas@st.ilet.to To: Alpine Devel List Subject: [alpine-devel] [PATCH] testing/snownews: added wide char curses support Message-id: User-Agent: Alpine 2.20 (LNX 67 2015-01-07) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP --- testing/snownews/APKBUILD | 6 +++--- testing/snownews/configure.patch | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/snownews/APKBUILD b/testing/snownews/APKBUILD index 0c16570..64b1505 100644 --- a/testing/snownews/APKBUILD +++ b/testing/snownews/APKBUILD @@ -37,8 +37,8 @@ package() { make DESTDIR="$pkgdir" install || return 1 } md5sums="80da8943fc5aa96571924aec0087d4c0 snownews-1.5.12.tar.gz -45e5cd95985c7f00fb13b1df1ce9b83c configure.patch" +1cc8b5571c4d977417b41915f74ffef5 configure.patch" sha256sums="26dd96e9345d9cbc1c0c9470417080dd0c3eb31e7ea944f78f3302d7060ecb90 snownews-1.5.12.tar.gz -d4346de0fda37d3b98ab58475167e845666c6bb7aab0dff6adf96dbda889a5d7 configure.patch" +597e360414501f0588459316c4b51b905a9d0eec4ce75ce891b2e315f39bbbbc configure.patch" sha512sums="7a7ccd5ea57f8bbb73f1429ab931a38203e858c74a383c5347e66088b84f6a7240feeee99e179687ce0a7a89c6c1406ce20d6c5d6771d25a0a0301fa5526e220 snownews-1.5.12.tar.gz -b6fcd744d7f7b83685a6c5f6978ebc464367355e8e9eaf82f9922586fc881afc473019aba1e2b90e18a8b77be37175429dc886cdfe28a3fc7c1489a0316b6b33 configure.patch" +d7ed00a401c1963a5619b0b221ae354e5a8a8423f75313e906f43b5a64c099fac8239d7eb1a34d47c284e96b9ad2965f1ecdad58fb28101f7397143847a5e230 configure.patch" diff --git a/testing/snownews/configure.patch b/testing/snownews/configure.patch index 66b9e97..8f2699b 100644 --- a/testing/snownews/configure.patch +++ b/testing/snownews/configure.patch @@ -1,11 +1,11 @@ --- snownews-1.5.12/configure +++ snownews-1.5.12/configure.patched @@ -13,7 +13,7 @@ - + my $prefix = "/usr/local"; my $cflags = "-Wall -Wno-format-y2k -O2 -DLOCALEPATH=\"\\\"\$(LOCALEPATH)\\\"\" -DOS=\\\"$os\\\" $xmlcflags \$(EXTRA_CFLAGS) "; -my $ldflags = "-lncurses -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) "; -+my $ldflags = "-liconv -lintl -lncurses -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) "; - ++my $ldflags = "-lintl -lncursesw -lcrypto $xmlldflags \$(EXTRA_LDFLAGS) "; + my $use_nls = 1; parse_cmdl_line(); -- 2.4.0 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---