diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-01-09 21:47:17 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-01-09 22:03:38 +0200 |
commit | 4225e3aaa39bc7ea8e0b96f4d8bf1fb9e6fa7b16 (patch) | |
tree | 6bf443fe49a3b09fc3ace8730fd39ed159736515 /dev-libs/botan/files | |
parent | dev-php/PEAR-Services_W3C_CSSValidator: new version 0.2.3. (diff) | |
download | gentoo-4225e3aaa39bc7ea8e0b96f4d8bf1fb9e6fa7b16.tar.gz gentoo-4225e3aaa39bc7ea8e0b96f4d8bf1fb9e6fa7b16.tar.bz2 gentoo-4225e3aaa39bc7ea8e0b96f4d8bf1fb9e6fa7b16.zip |
dev-libs/botan: version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/botan/files')
-rw-r--r-- | dev-libs/botan/files/botan-2.0.0-build.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-libs/botan/files/botan-2.0.0-build.patch b/dev-libs/botan/files/botan-2.0.0-build.patch new file mode 100644 index 000000000000..534be31661c3 --- /dev/null +++ b/dev-libs/botan/files/botan-2.0.0-build.patch @@ -0,0 +1,26 @@ +From 0d8cbe137261b4f841a05eec5dd5659c8f510de0 Mon Sep 17 00:00:00 2001 +From: Alon Bar-Lev <alon.barlev@gmail.com> +Date: Mon, 9 Jan 2017 20:59:28 +0200 +Subject: [PATCH] build: pkg-config: fix include directory + +Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> +--- + src/build-data/botan.pc.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/build-data/botan.pc.in b/src/build-data/botan.pc.in +index 85943ab..753b8cd 100644 +--- a/src/build-data/botan.pc.in ++++ b/src/build-data/botan.pc.in +@@ -1,7 +1,7 @@ + prefix=%{prefix} + exec_prefix=${prefix} + libdir=${prefix}/%{libdir} +-includedir=${prefix}/include/botan-%{version_major} ++includedir=${prefix}/include/botan-%{version_major}.%{version_minor} + + Name: Botan + Description: Crypto and TLS for C++11 +-- +2.10.2 + |