summaryrefslogtreecommitdiffstats
path: root/main/git
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-05-06 13:13:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-05-06 13:14:20 +0000
commit3e62492bb468dbae22138a6238262696bce754c9 (patch)
treeadda228aa6d34bdd592acf13a95dfadf921522bc /main/git
parentcbd475482201395f342afefb3affe93a49f4afe3 (diff)
downloadaports-3e62492bb468dbae22138a6238262696bce754c9.tar.bz2
aports-3e62492bb468dbae22138a6238262696bce754c9.tar.xz
main/git: remove the noiconv
so we hopefully get some iconv support
Diffstat (limited to 'main/git')
-rw-r--r--main/git/APKBUILD4
1 files 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 <ncopa@alpinelinux.org>
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