Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cvc4/files/
Date: Tue, 08 Feb 2022 20:11:09
Message-Id: 1644351053.03321382501b45387f99917ba5acf9aa627805bd.tupone@gentoo
1 commit: 03321382501b45387f99917ba5acf9aa627805bd
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 20:10:53 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 20:10:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03321382
7
8 sci-mathematics/cvc4: fix library path
9
10 Closes: https://bugs.gentoo.org/820515
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch | 9 +++++++++
15 1 file changed, 9 insertions(+)
16
17 diff --git a/sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch b/sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch
18 index 372bea03fb72..64cf5bd771b2 100644
19 --- a/sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch
20 +++ b/sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch
21 @@ -1,5 +1,14 @@
22 --- a/CMakeLists.txt 2019-07-09 14:47:12.552425226 +0200
23 +++ b/CMakeLists.txt 2019-07-09 14:50:02.595001358 +0200
24 +@@ -83,7 +83,7 @@
25 + #-----------------------------------------------------------------------------#
26 +
27 + set(INCLUDE_INSTALL_DIR include)
28 +-set(LIBRARY_INSTALL_DIR lib)
29 ++set(LIBRARY_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR})
30 + set(RUNTIME_INSTALL_DIR bin)
31 +
32 + #-----------------------------------------------------------------------------#
33 @@ -143,7 +143,7 @@
34
35 # Note: Module CodeCoverage requires the name of the debug build to conform