aboutsummaryrefslogtreecommitdiffstats
path: root/main/libe-book/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-04 13:57:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-05 13:37:25 +0000
commitb28923a8719fbe5f0b27230b1d1955e7e8ba86c0 (patch)
tree18055bf975a2a700dc7561a6bc0f9ef4aa5fe305 /main/libe-book/APKBUILD
parentd30d99977909ebaf4e795a8b7f6927bbc84711dc (diff)
downloadaports-b28923a8719fbe5f0b27230b1d1955e7e8ba86c0.tar.bz2
aports-b28923a8719fbe5f0b27230b1d1955e7e8ba86c0.tar.xz
main/libe-book: rebuild against boost-1.59
Diffstat (limited to 'main/libe-book/APKBUILD')
-rw-r--r--main/libe-book/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/libe-book/APKBUILD b/main/libe-book/APKBUILD
index 6135ee6e37..dfe2ca8c37 100644
--- a/main/libe-book/APKBUILD
+++ b/main/libe-book/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libe-book
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Import filter and tools for various ebook formats"
url="http://sourceforge.net/projects/libebook/"
arch="all"
@@ -28,6 +28,8 @@ prepare() {
build() {
cd "$_builddir"
+ # boost-1.59
+ export CPPFLAGS=-DBOOST_ERROR_CODE_HEADER_ONLY
./configure \
--build=$CBUILD \
--host=$CHOST \