sci-mathematics/cvc4: Fix sandbox issue
authorTupone Alfredo <tupone@gentoo.org>
Thu, 18 Jul 2019 10:27:55 +0000 (12:27 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Thu, 18 Jul 2019 10:27:55 +0000 (12:27 +0200)
Closes: https://bugs.gentoo.org/689918
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

sci-mathematics/cvc4/files/cvc4-1.7-gentoo.patch

index 849b4a8a429256731d7616a7fbf92b3c9a2820dd..55331f6c39b82f1406a7b90993ca4922224cad68 100644 (file)
    regress4/hole10.cvc
    regress4/instance_1151.smt
  )
+--- a/src/CMakeLists.txt       2019-07-18 08:56:47.923025745 +0200
++++ b/src/CMakeLists.txt       2019-07-18 08:58:10.584750385 +0200
+@@ -915,4 +915,4 @@
+ # Note: This is a temporary fix until the new C++ API is in place.
+ install(CODE "execute_process(COMMAND
+                 ${CMAKE_CURRENT_LIST_DIR}/fix-install-headers.sh
+-                ${CMAKE_INSTALL_PREFIX})")
++                \$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX})")