diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 12:26:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-12 12:26:45 +0000 |
commit | 4210c5090dd1ac6398b2ae68a081cda70857aa12 (patch) | |
tree | 9ff4e2cfa57ebde5758a2dcc9eac85e5f98a6922 /main/firefox/APKBUILD | |
parent | 3b9c217df09ec2ec1a875dab2aca482c9f4fc027 (diff) | |
download | aports-4210c5090dd1ac6398b2ae68a081cda70857aa12.tar.bz2 aports-4210c5090dd1ac6398b2ae68a081cda70857aa12.tar.xz |
main/firefox: fix build against libvpx-1.0.0
Diffstat (limited to 'main/firefox/APKBUILD')
-rw-r--r-- | main/firefox/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD index 1c7a7277f3..4ac9f722f4 100644 --- a/main/firefox/APKBUILD +++ b/main/firefox/APKBUILD @@ -4,7 +4,7 @@ pkgname=firefox pkgver=10.0.1 _pkgver=$pkgver _xulver=10.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="firefox web browser" url="http://www.firefox.com" arch="all" @@ -49,6 +49,7 @@ subpackages="" source="http://releases.mozilla.org/pub/mozilla.org/${pkgname}/releases/${pkgver}/source/${pkgname}-${_pkgver}.source.tar.bz2 mozconfig firefox-5.0-asciidel.patch + libvpx.patch firefox.desktop firefox-safe.desktop" @@ -118,5 +119,6 @@ __EOF__ md5sums="265c53120fd923c742164b0002ebbf6c firefox-10.0.1.source.tar.bz2 3ba2cb7cda675e78eb0eeb0652ee3457 mozconfig 2328df219e042f6aaec361cbf83cf9e9 firefox-5.0-asciidel.patch +1084155dd8d32c488dfcafff336d2634 libvpx.patch ba96924ece1d77453e462429037a2ce5 firefox.desktop 6f38a5899034b7786cb1f75ad42032b8 firefox-safe.desktop" |