diff options
author | David Seifert <soap@gentoo.org> | 2016-05-05 20:31:59 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-05 20:32:12 +0200 |
commit | e45e2812d2beb47aed51e7462cc648f25099267d (patch) | |
tree | e8e0b44c1e9bf89bef7dd465f37df36937566f6d /sci-mathematics | |
parent | dev-php/pecl-svn: Drop old (diff) | |
download | gentoo-e45e2812d2beb47aed51e7462cc648f25099267d.tar.gz gentoo-e45e2812d2beb47aed51e7462cc648f25099267d.tar.bz2 gentoo-e45e2812d2beb47aed51e7462cc648f25099267d.zip |
sci-mathematics/cgal: Move cmake files back to /usr/libdir
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/cgal/cgal-4.8-r1.ebuild (renamed from sci-mathematics/cgal/cgal-4.8.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sci-mathematics/cgal/cgal-4.8.ebuild b/sci-mathematics/cgal/cgal-4.8-r1.ebuild index ddcc1e36d3e9..6ecac537cfd9 100644 --- a/sci-mathematics/cgal/cgal-4.8.ebuild +++ b/sci-mathematics/cgal/cgal-4.8-r1.ebuild @@ -61,7 +61,6 @@ src_prepare() { src_configure() { local mycmakeargs=( -DCGAL_INSTALL_LIB_DIR=$(get_libdir) - -DCGAL_INSTALL_CMAKE_DIR="${EPREFIX}/usr/share/cmake/Modules/" -DWITH_CGAL_Qt3=OFF -DWITH_LEDA=OFF -DWITH_Eigen3=ON |