summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-02-08 21:10:53 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-02-08 21:10:53 +0100
commit03321382501b45387f99917ba5acf9aa627805bd (patch)
treef824df6d35d3aa737dce0228325e0a1944c56b80 /sci-mathematics/cvc4
parentkde-misc/tellico: Drop 3.4.2 (diff)
downloadgentoo-03321382501b45387f99917ba5acf9aa627805bd.tar.gz
gentoo-03321382501b45387f99917ba5acf9aa627805bd.tar.bz2
gentoo-03321382501b45387f99917ba5acf9aa627805bd.zip
sci-mathematics/cvc4: fix library path
Closes: https://bugs.gentoo.org/820515 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics/cvc4')
-rw-r--r--sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch b/sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch
index 372bea03fb72..64cf5bd771b2 100644
--- a/sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch
+++ b/sci-mathematics/cvc4/files/cvc4-1.8-gentoo.patch
@@ -1,5 +1,14 @@
--- a/CMakeLists.txt 2019-07-09 14:47:12.552425226 +0200
+++ b/CMakeLists.txt 2019-07-09 14:50:02.595001358 +0200
+@@ -83,7 +83,7 @@
+ #-----------------------------------------------------------------------------#
+
+ set(INCLUDE_INSTALL_DIR include)
+-set(LIBRARY_INSTALL_DIR lib)
++set(LIBRARY_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR})
+ set(RUNTIME_INSTALL_DIR bin)
+
+ #-----------------------------------------------------------------------------#
@@ -143,7 +143,7 @@
# Note: Module CodeCoverage requires the name of the debug build to conform