summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2022-02-19 18:17:12 +0200
committerMantas Mikulėnas2022-02-19 18:17:12 +0200
commitc1f0c2d724d259df60bf7aa459d08e70f9ef0d0e (patch)
treea0996da91c5712ea0632bcd9920e03c769b33999
parent142b5c50db44180ec3c7b767d5d09814231d7065 (diff)
downloadaur-c1f0c2d724d259df60bf7aa459d08e70f9ef0d0e.tar.gz
require an older Boost
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5524ae368b9b..130c42440771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = monotone
arch = i686
arch = x86_64
license = GPL
- makedepends = boost
+ makedepends = boost1.69
depends = pcre
depends = lua
depends = botan1.10
@@ -21,4 +21,3 @@ pkgbase = monotone
sha256sums = b23ad00a537314d939eceaa260b4535d85e2b052b4b00279e5f540d38f0d2e07
pkgname = monotone
-
diff --git a/PKGBUILD b/PKGBUILD
index 6959cc3002d3..e6616be66868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=monotone
pkgver=1.1
-pkgrel=7
+pkgrel=8
pkgdesc='A free distributed version control system'
arch=('i686' 'x86_64')
url='http://www.monotone.ca/'
license=('GPL')
depends=('pcre' 'lua' 'botan1.10' 'sqlite3' 'libidn' 'zlib')
-makedepends=('boost')
+makedepends=('boost1.69')
source=("http://www.monotone.ca/downloads/1.1/monotone-${pkgver}.tar.bz2"
"http://http.debian.net/debian/pool/main/m/monotone/monotone_1.1-9.debian.tar.xz"
"pcre-8.42-hack.diff")
@@ -41,6 +41,9 @@ prepare() {
build() {
cd "$srcdir/${pkgname}-${pkgver}"
export DISABLE_NETWORK_TESTS=1
+ #export CXXFLAGS+=" -std=gnu++11"
+ export CXXFLAGS+=" -I/opt/boost1.69/include"
+ export LDFLAGS+=" -L/opt/boost1.69/lib"
./configure \
--prefix=/usr \
--sysconfdir=/etc \