[arch-commits] Commit in libabw/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Dec 7 10:00:05 UTC 2015


    Date: Monday, December 7, 2015 @ 11:00:04
  Author: arojas
Revision: 253318

Fix build with boost 1.59

Modified:
  libabw/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 09:35:13 UTC (rev 253317)
+++ PKGBUILD	2015-12-07 10:00:04 UTC (rev 253318)
@@ -10,9 +10,18 @@
 license=('MPL')
 depends=('librevenge' 'libxml2' )
 makedepends=('doxygen' 'gperf' 'boost')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('6be55a46078b593ec20cad9bb8730c3e')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
+	libabw-boost-1.59.patch::"https://github.com/LibreOffice/libabw/commit/ee2d0729.patch")
+md5sums=('6be55a46078b593ec20cad9bb8730c3e'
+         '04ff06433764bac16632d00348d7bfae')
 
+prepare() {
+  cd $pkgname-$pkgver
+# Fix build with Boost 1.59
+  patch -p1 -i ../libabw-boost-1.59.patch
+  autoreconf -vi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr



More information about the arch-commits mailing list