waebbl / waebbl-gentoo

Personal overlay of gentoo ebuilds, loosely focused on the 3D domain.
17 stars 17 forks source link

patches: add patch to fix installation of freecad #348

Closed waebbl closed 3 years ago

waebbl commented 3 years ago

FreeCAD live ebuild now uses CMAKE_INSTALL_PREFIX=/usr, which leads to files installed under /usr/{Ext,Mod}. This patch solves this issue and installs those files under /usr/$(get_libdir)/freecad.

Signed-off-by: Bernd Waibel waebbl-gentoo@posteo.net