From d29d69e8a4e12a9bf471adaa13bf036773cb23fc Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 18 May 2013 19:02:17 -0300 Subject: icedove-libre: fix build issues --- libre/icedove-libre/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libre/icedove-libre/PKGBUILD') 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 -- cgit v1.2.3