summaryrefslogtreecommitdiff
path: root/libre/icedove-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-18 19:02:17 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-18 19:02:17 -0300
commitd29d69e8a4e12a9bf471adaa13bf036773cb23fc (patch)
tree0d149504bc471006d38e26adcf390bbd280a830c /libre/icedove-libre/PKGBUILD
parent3f3d79ed6d236bd4efd43108561376abfad81252 (diff)
downloadabslibre-d29d69e8a4e12a9bf471adaa13bf036773cb23fc.tar.gz
abslibre-d29d69e8a4e12a9bf471adaa13bf036773cb23fc.tar.bz2
abslibre-d29d69e8a4e12a9bf471adaa13bf036773cb23fc.zip
icedove-libre: fix build issues
Diffstat (limited to 'libre/icedove-libre/PKGBUILD')
-rw-r--r--libre/icedove-libre/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD
index 9ff811c5a..65ea89724 100644
--- a/libre/icedove-libre/PKGBUILD
+++ b/libre/icedove-libre/PKGBUILD
@@ -30,6 +30,7 @@ source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.bz2"
makefile.patch
branding.patch
${_pkgname}.desktop
+ libre.patch
Icedove-branding.patch)
options=(!emptydirs)
md5sums=('0c68298c17757257da79b6bb39e3fd10'
@@ -39,6 +40,7 @@ md5sums=('0c68298c17757257da79b6bb39e3fd10'
'c4ed43e85945e180a89cce03e45ec62c'
'126b1446212396c33220936c01d9592d'
'e785e0c267f4435ae1a9aa0b03bcacfb'
+ '2e36075067ddec9304b00ffe077705c2'
'ea5f7a06967f561d47d7e5c35b23de6f')
prepare() {
@@ -70,6 +72,9 @@ prepare() {
patch -Np1 -i "${srcdir}/branding.patch" # fixing branding
patch -Np1 -i "${srcdir}/Icedove-branding.patch" # debian patch fixed version
+ # Patch anything that's left
+ patch -Np1 -i "$srcdir/libre.patch"
+
cp "${srcdir}/mozconfig" .mozconfig
# configure script misdetects the preprocessor without an optimization level