diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-30 09:55:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-30 09:55:15 +0000 |
commit | 25e53e7783c59c6eb4c69159778be76ce72659a2 (patch) | |
tree | 8e77bff19f54bb609eafe9bc5ab8d7d708eb4eb3 /main/firefox | |
parent | 90dd53cccec9757143e050fec568c68c3eac575a (diff) | |
download | aports-25e53e7783c59c6eb4c69159778be76ce72659a2.tar.bz2 aports-25e53e7783c59c6eb4c69159778be76ce72659a2.tar.xz |
main/firefox: build fix. we need gnu sed
To work around a bug in busybox sed
http://lists.busybox.net/pipermail/busybox/2014-April/080834.html
Diffstat (limited to 'main/firefox')
-rw-r--r-- | main/firefox/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index 6416a3c66a..1dd0293753 100644 --- a/main/firefox/APKBUILD +++ b/main/firefox/APKBUILD @@ -38,6 +38,7 @@ makedepends="xulrunner-dev>=${_xulver} autoconf2.13 + sed python zip yasm |