From 3e62492bb468dbae22138a6238262696bce754c9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 6 May 2014 13:13:46 +0000 Subject: main/git: remove the noiconv so we hopefully get some iconv support --- main/git/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 8280137b0..04640568c 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=git pkgver=1.9.2 -pkgrel=1 +pkgrel=2 pkgdesc="A distributed version control system" url="http://git.or.cz/" arch="all" @@ -33,7 +33,7 @@ source="git-$pkgver.tar.gz::https://github.com/git/git/archive/v$pkgver.tar.gz git-daemon.confd " -_makeopts="NO_ICONV=YesPlease +_makeopts=" NO_GETTEXT=YesPlease NO_NSEC=YesPlease NO_TCLTK=YesPlease -- cgit v1.2.3