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: Thu, 18 Jul 2019 10:28:29
Message-Id: 1563445675.91f593d0b2dceda3acb4035fe50172cccc6f290e.tupone@gentoo
1 commit: 91f593d0b2dceda3acb4035fe50172cccc6f290e
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 18 10:27:55 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 18 10:27:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f593d0
7
8 sci-mathematics/cvc4: Fix sandbox issue
9
10 Closes: https://bugs.gentoo.org/689918
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12 Package-Manager: Portage-2.3.66, Repoman-2.3.11
13
14 sci-mathematics/cvc4/files/cvc4-1.7-gentoo.patch | 8 ++++++++
15 1 file changed, 8 insertions(+)
16
17 diff --git a/sci-mathematics/cvc4/files/cvc4-1.7-gentoo.patch b/sci-mathematics/cvc4/files/cvc4-1.7-gentoo.patch
18 index 849b4a8a429..55331f6c39b 100644
19 --- a/sci-mathematics/cvc4/files/cvc4-1.7-gentoo.patch
20 +++ b/sci-mathematics/cvc4/files/cvc4-1.7-gentoo.patch
21 @@ -33,3 +33,11 @@
22 regress4/hole10.cvc
23 regress4/instance_1151.smt
24 )
25 +--- a/src/CMakeLists.txt 2019-07-18 08:56:47.923025745 +0200
26 ++++ b/src/CMakeLists.txt 2019-07-18 08:58:10.584750385 +0200
27 +@@ -915,4 +915,4 @@
28 + # Note: This is a temporary fix until the new C++ API is in place.
29 + install(CODE "execute_process(COMMAND
30 + ${CMAKE_CURRENT_LIST_DIR}/fix-install-headers.sh
31 +- ${CMAKE_INSTALL_PREFIX})")
32 ++ \$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX})")