diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 13:52:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-05 13:37:25 +0000 |
commit | f65cb1e4a0277d6c2e064f06a82519f2620c71ae (patch) | |
tree | 18e97669550da5952ccc458c5ed251f89d139c80 /main/libcdr | |
parent | de8f0f0838b5449751f581681ac8c0fa9c68a6df (diff) | |
download | aports-f65cb1e4a0277d6c2e064f06a82519f2620c71ae.tar.bz2 aports-f65cb1e4a0277d6c2e064f06a82519f2620c71ae.tar.xz |
main/libcdr: rebuild against boost-1.59
Diffstat (limited to 'main/libcdr')
-rw-r--r-- | main/libcdr/APKBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/libcdr/APKBUILD b/main/libcdr/APKBUILD index cd5fcc8553..3a89aebf3a 100644 --- a/main/libcdr/APKBUILD +++ b/main/libcdr/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libcdr pkgver=0.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Import filter and tools for Corel DRAW files" url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" arch="all" @@ -27,6 +27,9 @@ prepare() { build() { cd "$_builddir" + # workaround for boost-1.59 + export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY" + ./configure \ --build=$CBUILD \ --host=$CHOST \ |